summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2007-01-16 19:40:25 +0000
committermpp <mpp@FreeBSD.org>2007-01-16 19:40:25 +0000
commitbe61542c54e5e44738e2875d8cd3cf0e1f29268e (patch)
tree742dea1ea11038d9660fc7e03667c9566bba811b /sys
parent5c20abfae9d1e0c95992d908cf1e4e45cafd0dde (diff)
downloadFreeBSD-src-be61542c54e5e44738e2875d8cd3cf0e1f29268e.zip
FreeBSD-src-be61542c54e5e44738e2875d8cd3cf0e1f29268e.tar.gz
Fix a spelling error. heirarchy -> hierarchy.
Obtained from: OpenBSD
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ufs/ufs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index 4fcadd0..86b5b84 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -1108,7 +1108,7 @@ abortit:
/*
* If ".." must be changed (ie the directory gets a new
* parent) then the source directory must not be in the
- * directory heirarchy above the target, as this would
+ * directory hierarchy above the target, as this would
* orphan everything below the source directory. Also
* the user must have write permission in the source so
* as to be able to change "..". We must repeat the call
OpenPOWER on IntegriCloud