diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
commit | f79f7a68f5ed63574a184a8f72f6528b044126a4 (patch) | |
tree | 0ded9bafc8f500917a954e1cb3b866f8b9d6eaa9 /sbin/mountd/mountd.c | |
parent | 06f022e0504b6deb380869038d86cdf88120a950 (diff) |
spelling
Diffstat (limited to 'sbin/mountd/mountd.c')
-rw-r--r-- | sbin/mountd/mountd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index 334cc6f9422..b70e738af4b 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mountd.c,v 1.52 2002/07/18 08:46:18 deraadt Exp $ */ +/* $OpenBSD: mountd.c,v 1.53 2003/01/05 22:41:36 deraadt Exp $ */ /* $NetBSD: mountd.c,v 1.31 1996/02/18 11:57:53 fvdl Exp $ */ /* @@ -1131,7 +1131,7 @@ hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep, } else { /* - * Loop throught the directories adding them to the tree. + * Loop through the directories adding them to the tree. */ while (dp) { dp2 = dp->dp_left; |