]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
reread-partition-table: fix typo
authorMike Yuan <me@yhndnzj.com>
Wed, 21 Jan 2026 01:15:09 +0000 (02:15 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 21 Jan 2026 01:15:09 +0000 (02:15 +0100)
src/shared/reread-partition-table.h

index 240ab5222cc5487c824d16e3bce1d4e6885a1f39..44f81552fe1984f233bfacb4463472b5f67465b6 100644 (file)
@@ -6,7 +6,7 @@
 #include "shared-forward.h"
 
 typedef enum RereadPartitionTableFlags {
-        REREADPT_FORCE_UEVENT = 1 << 0, /* Force a "change" ueven out on partitions we didn't resize/remove/add */
+        REREADPT_FORCE_UEVENT = 1 << 0, /* Force a "change" uevent out on partitions we didn't resize/remove/add */
         REREADPT_BSD_LOCK     = 1 << 1, /* Take a BSD lock on the device around the rescan operation */
 } RereadPartitionTableFlags;