diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 15b2b19..cc6b73e 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -350,7 +350,7 @@ mount_it_now: if(!f || !rc) break; } - /* If the mount was sucessful, and we're maintaining an old-style + /* If the mount was successful, and we're maintaining an old-style * mtab file by hand, add new entry to it now. */ if((!rc || fakeIt) && useMtab) { FILE *mountTable = setmntent(bb_path_mtab_file, "a+"); |