From 52c7727f54e05e6501f0b65a5d6335f8e580c503 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 --- 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 fb7cda7df56..bacbbb29390 100644 --- a/src/boot/bootctl-install.c +++ b/src/boot/bootctl-install.c @@ -1079,7 +1079,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) -- 2.47.3