From 6ea38d0b5d85c087156293a0ea92dbfd374a9235 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 9 Nov 2023 12:07:00 +0100 Subject: [PATCH] bootctl: fix code comment (cherry picked from commit 52c7727f54e05e6501f0b65a5d6335f8e580c503) --- src/boot/bootctl-install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/bootctl-install.c b/src/boot/bootctl-install.c index 1ead7fc7e37..594c49958e7 100644 --- a/src/boot/bootctl-install.c +++ b/src/boot/bootctl-install.c @@ -1082,7 +1082,7 @@ int verb_remove(int argc, char *argv[], void *userdata) { int verb_is_installed(int argc, char *argv[], void *userdata) { int r; - r = acquire_esp(/* privileged_mode= */ false, + r = acquire_esp(/* unprivileged_mode= */ false, /* graceful= */ arg_graceful, NULL, NULL, NULL, NULL, NULL); if (r < 0)