diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-02 06:32:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-02 06:32:14 +0000 |
commit | 91883601bbec8de7da1c7f3172ab3b408eb499e6 (patch) | |
tree | 88529a8064eb56b6e2848c0996bc371f5b2a346c /Config.h | |
parent | 00a0be59a0e4d1410f90e0a78d9a279148cd4b45 (diff) | |
download | busybox-w32-91883601bbec8de7da1c7f3172ab3b408eb499e6.tar.gz busybox-w32-91883601bbec8de7da1c7f3172ab3b408eb499e6.tar.bz2 busybox-w32-91883601bbec8de7da1c7f3172ab3b408eb499e6.zip |
Fix typo
git-svn-id: svn://busybox.net/trunk/busybox@1371 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 |