diff options
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index a2e707aa..a35a52f6 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -141,7 +141,7 @@ do_mount(struct ENT *ent, bool remount) /* NOTREACHED */ case 0: execvp(argv[0], argv); - eerror("%s: execv: %s", applet, strerror(errno)); + eerror("%s: execvp: %s", applet, strerror(errno)); _exit(EXIT_FAILURE); /* NOTREACHED */ default: |