]> git.proxmox.com Git - mirror_zfs.git/blobdiff - cmd/zed/zed_disk_event.c
Fix spelling
[mirror_zfs.git] / cmd / zed / zed_disk_event.c
index 76b8e91c8f7be88619c0c1b3dee57cc86539a16a..ae39bd6a92c1dd77b1c66468fe0fc44228eb2dc2 100644 (file)
@@ -185,7 +185,7 @@ zed_udev_monitor(void *arg)
                pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
 
                /*
-                * Strongly typed device is the prefered filter
+                * Strongly typed device is the preferred filter
                 */
                type = udev_device_get_property_value(dev, "ID_FS_TYPE");
                if (type != NULL && type[0] != '\0') {