summaryrefslogtreecommitdiffstats
path: root/source3/modules
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-01-21 20:49:24 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-01-22 13:14:37 +0100
commitdb63e4887c81c3e458194004353d7ef92c67b393 (patch)
tree1f90f3d68666f410edd7415c92fdbedbf1a5ac22 /source3/modules
parent02980268e8641a1558c6f475d4669ce4d663504d (diff)
vfs: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Jan 22 13:14:38 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/vfs_glusterfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c
index 40e4b74fd5..04314f2b8b 100644
--- a/source3/modules/vfs_glusterfs.c
+++ b/source3/modules/vfs_glusterfs.c
@@ -496,7 +496,7 @@ struct glusterfs_aio_state {
/*
* This function is the callback that will be called on glusterfs
* threads once the async IO submitted is complete. To notify
- * Samba of the completion we use a pipe pased queue.
+ * Samba of the completion we use a pipe based queue.
*/
static void aio_glusterfs_done(glfs_fd_t *fd, ssize_t ret, void *data)
{