aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-02-20 10:19:19 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-02-20 10:19:19 +0000
commit8fa03d08ca9964ed8e30528edb7f9da8d723deeb (patch)
tree71b91829f9aac938eedad38fad049a974e6d3414 /sys/fs/ext2fs
parent29c271590ecdfcb3e424ca1b98ad814210ea7af2 (diff)
downloadsrc-8fa03d08ca9964ed8e30528edb7f9da8d723deeb.tar.gz
src-8fa03d08ca9964ed8e30528edb7f9da8d723deeb.zip
Fix common misspelling of hierarchy
Pointed out by: bf1783 at gmail Approved by: np (cxgb), kientzle (tar, etc.), philip (mentor)
Notes
Notes: svn path=/head/; revision=204111
Diffstat (limited to 'sys/fs/ext2fs')
-rw-r--r--sys/fs/ext2fs/ext2_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_vnops.c b/sys/fs/ext2fs/ext2_vnops.c
index 43a2302b6645..2b2f8c547c71 100644
--- a/sys/fs/ext2fs/ext2_vnops.c
+++ b/sys/fs/ext2fs/ext2_vnops.c
@@ -894,7 +894,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