From: Antonio Alvarez Feijoo Date: Thu, 9 Nov 2023 11:07:00 +0000 (+0100) Subject: bootctl: fix code comment X-Git-Tag: v255-rc2~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52c7727f54e05e6501f0b65a5d6335f8e580c503;p=thirdparty%2Fsystemd.git bootctl: fix code comment --- 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)