Skip to content

Commit 4b8c552

Browse files
aafeijoo-susebluca
authored andcommitted
bootctl: fix code comment
(cherry picked from commit 52c7727) (cherry picked from commit 1b5bbbf)
1 parent 26e3d68 commit 4b8c552

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
@@ -1075,7 +1075,7 @@ int verb_remove(int argc, char *argv[], void *userdata) {
10751075
int verb_is_installed(int argc, char *argv[], void *userdata) {
10761076
int r;
10771077

1078-
r = acquire_esp(/* privileged_mode= */ false,
1078+
r = acquire_esp(/* unprivileged_mode= */ false,
10791079
/* graceful= */ arg_graceful,
10801080
NULL, NULL, NULL, NULL, NULL);
10811081
if (r < 0)

0 commit comments

Comments
 (0)