From 0c9e53baea56252380919e6fb895f66445a7d0de Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Jan 2015 20:49:24 +0100 Subject: [PATCH] vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Jan 22 13:14:38 CET 2015 on sn-devel-104 (cherry picked from commit db63e4887c81c3e458194004353d7ef92c67b393) --- source3/modules/vfs_glusterfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index 96f555946ec..35a9c8d0fdc 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -495,7 +495,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) { -- 2.11.4.GIT