diff options
Diffstat (limited to 'src/switchroot/ostree-remount.c')
-rw-r--r-- | src/switchroot/ostree-remount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/switchroot/ostree-remount.c b/src/switchroot/ostree-remount.c index c3e39c0b..cd09fc15 100644 --- a/src/switchroot/ostree-remount.c +++ b/src/switchroot/ostree-remount.c @@ -94,7 +94,7 @@ main(int argc, char *argv[]) /* It's a mounted, read-only fs; remount it */ if (mount (target, target, NULL, MS_REMOUNT | MS_SILENT, NULL) < 0) { - /* Also ignore ENINVAL - if the target isn't a mountpoint + /* Also ignore EINVAL - if the target isn't a mountpoint * already, then assume things are OK. */ if (errno != EINVAL) |