diff options
author | Uwe Kleine-König <zeisberg@informatik.uni-freiburg.de> | 2007-02-17 19:23:03 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 19:23:03 +0100 |
commit | 1b3c3714cb4767d00f507cc6854d3339d82c5b9d (patch) | |
tree | 70a24435398cee2939bd71377f2fdf4d58aad8c0 /fs/cifs | |
parent | 85d1fe095ccb6318f7a128c96630477a8859cfce (diff) | |
download | linux-3.10-1b3c3714cb4767d00f507cc6854d3339d82c5b9d.tar.gz linux-3.10-1b3c3714cb4767d00f507cc6854d3339d82c5b9d.tar.bz2 linux-3.10-1b3c3714cb4767d00f507cc6854d3339d82c5b9d.zip |
Fix typos concerning hierarchy
heirarchical, hierachical -> hierarchical
heirarchy, hierachy -> hierarchy
Signed-off-by: Uwe Kleine-König <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 432e515431c..080c5eba112 100644 --- a/fs/cifs/README +++ b/fs/cifs/README @@ -1,5 +1,5 @@ The CIFS VFS support for Linux supports many advanced network filesystem -features such as heirarchical dfs like namespace, hardlinks, locking and more. +features such as hierarchical dfs like namespace, hardlinks, locking and more. It was designed to comply with the SNIA CIFS Technical Reference (which supersedes the 1992 X/Open SMB Standard) as well as to perform best practice practical interoperability with Windows 2000, Windows XP, Samba and equivalent |