summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-01-25 09:44:33 +0000
committerkato <kato@FreeBSD.org>1998-01-25 09:44:33 +0000
commita362d5f6916dbb16f68b2f303189805a1d16ede9 (patch)
tree48cd233527e05dd560ebad28668a7847b6aed342 /sys/miscfs/union
parentf8e8406f2f4baeafae485cb1e95cbd4e60f89c68 (diff)
downloadFreeBSD-src-a362d5f6916dbb16f68b2f303189805a1d16ede9.zip
FreeBSD-src-a362d5f6916dbb16f68b2f303189805a1d16ede9.tar.gz
Fixed typo in comment.
Diffstat (limited to 'sys/miscfs/union')
-rw-r--r--sys/miscfs/union/union_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c
index 87ba491..35932ce 100644
--- a/sys/miscfs/union/union_subr.c
+++ b/sys/miscfs/union/union_subr.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)union_subr.c 8.20 (Berkeley) 5/20/95
- * $Id: union_subr.c,v 1.23 1997/12/27 02:56:26 bde Exp $
+ * $Id: union_subr.c,v 1.24 1998/01/20 10:02:52 kato Exp $
*/
#include <sys/param.h>
@@ -1007,7 +1007,7 @@ union_removed_upper(un)
/*
* Do not set the uppervp to NULLVP. If lowervp is NULLVP,
- * union node will have neither uppervp nor lowervp. We romove
+ * union node will have neither uppervp nor lowervp. We remove
* the union node from cache, so that it will not be referrenced.
*/
#if 0
OpenPOWER on IntegriCloud