Fix a spelling error. heirarchy -> hierarchy.

Obtained from:	OpenBSD
This commit is contained in:
Mike Pritchard 2007-01-16 19:40:25 +00:00
parent 6192525baf
commit 6a5c532911

View File

@ -1108,7 +1108,7 @@ ufs_rename(ap)
/*
* 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