]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix typo in comment, handeling->handling
authorkpande <github@tripleback.net>
Tue, 19 Jun 2018 04:51:06 +0000 (00:51 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Jun 2018 04:51:06 +0000 (21:51 -0700)
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <guss80@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: bunder2015 <omfgbunder@gmail.com>
Signed-off-by: Kash Pande <kash@tripleback.net>
Closes #7641

cmd/zed/zed_disk_event.c

index a778f9a240fe9e23e8b05ffc15a2307bc3ef3247..996b911c537ca2ac7211369ba9b1e6ae19d06109 100644 (file)
@@ -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;