From: kpande Date: Tue, 19 Jun 2018 04:51:06 +0000 (-0400) Subject: Fix typo in comment, handeling->handling X-Git-Tag: zfs-0.8.0-rc1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeb39df72615b896db2b69921d7d887f1bb0a396;p=zfs Fix typo in comment, handeling->handling Reviewed-by: George Melikov Reviewed-by: Giuseppe Di Natale Reviewed-by: Brian Behlendorf Reviewed-by: bunder2015 Signed-off-by: Kash Pande Closes #7641 --- 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;