vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 21 Jan 2015 19:49:24 +0000 (20:49 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sat, 24 Jan 2015 21:16:11 +0000 (22:16 +0100)
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

(cherry picked from commit db63e4887c81c3e458194004353d7ef92c67b393)

source3/modules/vfs_glusterfs.c

index 96f555946ec75d6ed639c24e00b94bcfd6bfbef3..35a9c8d0fdc3a71fa0a23172b3d552601da07c92 100644 (file)
@@ -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)
 {