]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/mount-api-utils: fix typo
authorKarel Zak <kzak@redhat.com>
Wed, 21 Aug 2024 07:17:08 +0000 (09:17 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:42 +0000 (13:57 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/mount-api-utils.h

index 1fe08d324c57ae0d0977121b129b52653033f6ba..bbd075287ed73c67e3d6959d854fccd9c5725290 100644 (file)
@@ -324,7 +324,7 @@ struct ul_statmount {
 # define LSMT_ROOT             0xffffffffffffffff      /* root mount */
 #endif
 
-#ifndef LISTMOUNT_REVERS
+#ifndef LISTMOUNT_REVERSE
 # define LISTMOUNT_REVERSE      BIT(0) /* List later mounts first */
 #endif