From: Mike Yuan Date: Wed, 21 Jan 2026 01:15:09 +0000 (+0100) Subject: reread-partition-table: fix typo X-Git-Tag: v260-rc1~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9859a62f1af8bcd21bd7d7f3840d363e033bea2;p=thirdparty%2Fsystemd.git reread-partition-table: fix typo --- diff --git a/src/shared/reread-partition-table.h b/src/shared/reread-partition-table.h index 240ab5222cc..44f81552fe1 100644 --- a/src/shared/reread-partition-table.h +++ b/src/shared/reread-partition-table.h @@ -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;