]> sourceware.org Git - lvm2.git/commitdiff
cleanup: typos in libdm
authorzkabelac <zdenek.kabelac@gmail.com>
Mon, 16 Sep 2024 14:11:12 +0000 (14:11 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 27 Sep 2024 11:42:45 +0000 (13:42 +0200)
device_mapper/all.h
libdm/libdevmapper.h

index 71e160a34a1f16fbc1981e57c864273cbbdde30a..af41b0d7c4433fc49f91a858b1f106015cef520a 100644 (file)
@@ -2167,7 +2167,7 @@ struct dm_pool *dm_config_memory(struct dm_config_tree *cft);
  */
 #define DM_UDEV_DISABLE_DM_RULES_FLAG 0x0001
 /*
- * DM_UDEV_DISABLE_SUBSYTEM_RULES_FLAG is set in case we need to disable
+ * DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG is set in case we need to disable
  * subsystem udev rules, but still we need the general DM udev rules to
  * be applied (to create the nodes and symlinks under /dev and /dev/disk).
  */
index b37d53dae8c01493772031e166c19b9bc7ed6d3d..4d4cc0abb7831099a9db281c8e32a8c9ab1c8e0a 100644 (file)
@@ -3670,7 +3670,7 @@ struct dm_pool *dm_config_memory(struct dm_config_tree *cft);
  */
 #define DM_UDEV_DISABLE_DM_RULES_FLAG 0x0001
 /*
- * DM_UDEV_DISABLE_SUBSYTEM_RULES_FLAG is set in case we need to disable
+ * DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG is set in case we need to disable
  * subsystem udev rules, but still we need the general DM udev rules to
  * be applied (to create the nodes and symlinks under /dev and /dev/disk).
  */
This page took 0.041438 seconds and 5 git commands to generate.