diff options
Diffstat (limited to 'mount/mntent.c')
| -rw-r--r-- | mount/mntent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/mntent.c b/mount/mntent.c index ac9cce8234..d28171b981 100644 --- a/mount/mntent.c +++ b/mount/mntent.c @@ -86,10 +86,10 @@ unmangle(char *s) { /* * fstat'ing the file and allocating a buffer holding all of it - * may be a bad idea: if the file is /proc/mounttab, the stat + * may be a bad idea: if the file is /proc/mounts, the stat * returns 0. * (On the other hand, mangling and unmangling is meaningless - * for /proc/mounttab.) + * for /proc/mounts.) */ mntFILE * |
