From 36fed3c7fec4845901aadba107617cd90e9ea15c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 21 Aug 2024 09:17:08 +0200 Subject: [PATCH] include/mount-api-utils: fix typo Signed-off-by: Karel Zak --- include/mount-api-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mount-api-utils.h b/include/mount-api-utils.h index 1fe08d324..bbd075287 100644 --- a/include/mount-api-utils.h +++ b/include/mount-api-utils.h @@ -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 -- 2.47.3