diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
tree | f412dafc7d29429919e8770cdefeb37441fc1299 /sys/ufs | |
parent | 3724136741436462897ae060c5547c43f8953e54 (diff) | |
download | src-9d5abbddbf03791c777fed86500976ea3dd19245.tar.gz src-9d5abbddbf03791c777fed86500976ea3dd19245.zip |
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
Notes
Notes:
svn path=/head/; revision=108533
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ffs/ffs_softdep.c | 2 | ||||
-rw-r--r-- | sys/ufs/ufs/dirhash.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index b6c36570d1aa..78383d651794 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -992,7 +992,7 @@ static long num_inodedep; /* number of inodedep allocated */ static struct sema inodedep_in_progress; /* - * Look up a inodedep. Return 1 if found, 0 if not found. + * Look up an inodedep. Return 1 if found, 0 if not found. * If not found, allocate if DEPALLOC flag is passed. * Found or allocated entry is returned in inodedeppp. * This routine must be called with splbio interrupts blocked. diff --git a/sys/ufs/ufs/dirhash.h b/sys/ufs/ufs/dirhash.h index 1acb4ef2d567..7f3aef9550d9 100644 --- a/sys/ufs/ufs/dirhash.h +++ b/sys/ufs/ufs/dirhash.h @@ -38,7 +38,7 @@ * long linear searches. Deleted entries that are not the last * in a chain must be marked DIRHASH_DEL. * - * We also maintain a information about free space in each block + * We also maintain information about free space in each block * to speed up creations. */ #define DIRHASH_EMPTY (-1) /* entry unused */ |