summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2018-08-20 12:04:20 +0200
committerJeremy Allison <jra@samba.org>2018-09-12 02:05:47 +0200
commit0993141c55ad788c5f9de3b96a6ddeca6bfbc453 (patch)
tree4e75122ede2a0d94a063d03026e789457817adce /source3/smbd/vfs.c
parentba9d293ccf524b12c4f03cdb6a6acab3e46bc696 (diff)
downloadsamba-0993141c55ad788c5f9de3b96a6ddeca6bfbc453.tar.gz
smbd:vfs: fix mis-spellings of hierarchy in comments
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 12 02:05:47 CEST 2018 on sn-devel-144
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r--source3/smbd/vfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index a6c49cfad34..28ebfc92dc7 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -983,7 +983,7 @@ struct smb_filename *vfs_GetWd(TALLOC_CTX *ctx, connection_struct *conn)
/*******************************************************************
Reduce a file name, removing .. elements and checking that
- it is below dir in the heirachy. This uses realpath.
+ it is below dir in the hierarchy. This uses realpath.
This function must run as root, and will return names
and valid stat structs that can be checked on open.
********************************************************************/
@@ -1172,7 +1172,7 @@ NTSTATUS check_reduced_name_with_privilege(connection_struct *conn,
/*******************************************************************
Reduce a file name, removing .. elements and checking that
- it is below dir in the heirachy. This uses realpath.
+ it is below dir in the hierarchy. This uses realpath.
If cwd_name == NULL then fname is a client given path relative
to the root path of the share.
@@ -2198,7 +2198,7 @@ struct smb_vfs_ev_glue *smb_vfs_ev_glue_create(TALLOC_CTX *mem_ctx,
}
/*
- * We now setup the glue hierachie.
+ * We now setup the glue hierarchy.
*
* Search for "Design of the smb_vfs_ev_glue infrastructure" above
* for a detailed description how the chain works.