diff options
-rw-r--r-- | cmd/zed/zed_disk_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zed/zed_disk_event.c b/cmd/zed/zed_disk_event.c index a778f9a24..996b911c5 100644 --- a/cmd/zed/zed_disk_event.c +++ b/cmd/zed/zed_disk_event.c @@ -37,7 +37,7 @@ * A libudev monitor is established to monitor block device actions and pass * them on to internal ZED logic modules. Initially, zfs_mod.c is the only * consumer and is the Linux equivalent for the illumos syseventd ZFS SLM - * module responsible for handeling disk events for ZFS. + * module responsible for handling disk events for ZFS. */ pthread_t g_mon_tid; |