diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
commit | f3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch) | |
tree | d5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/nfsserver | |
parent | 7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff) | |
download | FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz |
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/nfsserver')
-rw-r--r-- | sys/nfsserver/nfs.h | 6 | ||||
-rw-r--r-- | sys/nfsserver/nfsrvstats.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h index 03464f4..7f04283 100644 --- a/sys/nfsserver/nfs.h +++ b/sys/nfsserver/nfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.15 1995/12/03 10:02:41 bde Exp $ + * $Id: nfs.h,v 1.16 1995/12/17 21:12:05 phk Exp $ */ #ifndef _NFS_NFS_H_ @@ -69,7 +69,7 @@ #define NFS_DEFRAHEAD 1 /* Def. read ahead # blocks */ #define NFS_MAXRAHEAD 4 /* Max. read ahead # blocks */ #define NFS_MAXUIDHASH 64 /* Max. # of hashed uid entries/mp */ -#define NFS_MAXASYNCDAEMON 20 /* Max. number async_daemons runable */ +#define NFS_MAXASYNCDAEMON 20 /* Max. number async_daemons runnable */ #define NFS_MAXGATHERDELAY 100 /* Max. write gather delay (msec) */ #ifndef NFS_GATHERDELAY #define NFS_GATHERDELAY 10 /* Default write gather delay (msec) */ @@ -89,7 +89,7 @@ /* * XXX - * sys/buf.h should be editted to change B_APPENDWRITE --> B_NEEDCOMMIT, but + * sys/buf.h should be edited to change B_APPENDWRITE --> B_NEEDCOMMIT, but * until then... * Same goes for sys/malloc.h, which needs M_NFSDIROFF, * M_NFSRVDESC and M_NFSBIGFH added. diff --git a/sys/nfsserver/nfsrvstats.h b/sys/nfsserver/nfsrvstats.h index 03464f4..7f04283 100644 --- a/sys/nfsserver/nfsrvstats.h +++ b/sys/nfsserver/nfsrvstats.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.15 1995/12/03 10:02:41 bde Exp $ + * $Id: nfs.h,v 1.16 1995/12/17 21:12:05 phk Exp $ */ #ifndef _NFS_NFS_H_ @@ -69,7 +69,7 @@ #define NFS_DEFRAHEAD 1 /* Def. read ahead # blocks */ #define NFS_MAXRAHEAD 4 /* Max. read ahead # blocks */ #define NFS_MAXUIDHASH 64 /* Max. # of hashed uid entries/mp */ -#define NFS_MAXASYNCDAEMON 20 /* Max. number async_daemons runable */ +#define NFS_MAXASYNCDAEMON 20 /* Max. number async_daemons runnable */ #define NFS_MAXGATHERDELAY 100 /* Max. write gather delay (msec) */ #ifndef NFS_GATHERDELAY #define NFS_GATHERDELAY 10 /* Default write gather delay (msec) */ @@ -89,7 +89,7 @@ /* * XXX - * sys/buf.h should be editted to change B_APPENDWRITE --> B_NEEDCOMMIT, but + * sys/buf.h should be edited to change B_APPENDWRITE --> B_NEEDCOMMIT, but * until then... * Same goes for sys/malloc.h, which needs M_NFSDIROFF, * M_NFSRVDESC and M_NFSBIGFH added. |