From: Volker Lendecke Date: Wed, 21 Jan 2015 19:49:24 +0000 (+0100) Subject: vfs: Fix a typo X-Git-Tag: samba-4.2.0rc5~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c9e53baea56252380919e6fb895f66445a7d0de;p=thirdparty%2Fsamba.git 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) --- 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) {