summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpande <[email protected]>2018-06-19 00:51:06 -0400
committerBrian Behlendorf <[email protected]>2018-06-18 21:51:06 -0700
commitaeb39df72615b896db2b69921d7d887f1bb0a396 (patch)
tree810d227976a5749cf7c1055a36996cb52222c4ad
parentcd32e5db8bb4411533dc21cfc12a5af5f3b56701 (diff)
Fix typo in comment, handeling->handling
Reviewed-by: George Melikov <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: bunder2015 <[email protected]> Signed-off-by: Kash Pande <[email protected]> Closes #7641
-rw-r--r--cmd/zed/zed_disk_event.c2
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;