Skip to content

Commit 1b5bbbf

Browse files
aafeijoo-susebluca
authored andcommitted
bootctl: fix code comment
(cherry picked from commit 52c7727)
1 parent 5d001f4 commit 1b5bbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/bootctl-install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ int verb_remove(int argc, char *argv[], void *userdata) {
10821082
int verb_is_installed(int argc, char *argv[], void *userdata) {
10831083
int r;
10841084

1085-
r = acquire_esp(/* privileged_mode= */ false,
1085+
r = acquire_esp(/* unprivileged_mode= */ false,
10861086
/* graceful= */ arg_graceful,
10871087
NULL, NULL, NULL, NULL, NULL);
10881088
if (r < 0)

0 commit comments

Comments
 (0)