diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-02 06:32:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-02 06:32:14 +0000 |
commit | f484e7e65c80e39ec7d9e14bbb1cc2fc2a62ae25 (patch) | |
tree | 88529a8064eb56b6e2848c0996bc371f5b2a346c | |
parent | 868c057d253c9f96b9646ef49f2f06e9c20181df (diff) | |
download | busybox-w32-f484e7e65c80e39ec7d9e14bbb1cc2fc2a62ae25.tar.gz busybox-w32-f484e7e65c80e39ec7d9e14bbb1cc2fc2a62ae25.tar.bz2 busybox-w32-f484e7e65c80e39ec7d9e14bbb1cc2fc2a62ae25.zip |
Fix typo
-rw-r--r-- | Config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -211,7 +211,8 @@ | |||
211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT |
212 | // | 212 | // |
213 | // Enable support for mounting remote NFS volumes. | 213 | // Enable support for mounting remote NFS volumes. |
214 | // You may no -o nolock if no local portmapper is running. | 214 | // You may need to mount with "-o nolock" if you are |
215 | // not running a local portmapper daemon... | ||
215 | #define BB_FEATURE_NFSMOUNT | 216 | #define BB_FEATURE_NFSMOUNT |
216 | // | 217 | // |
217 | // Enable support forced filesystem unmounting | 218 | // Enable support forced filesystem unmounting |