[PATCH] vfs: Fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Wed Jan 21 12:50:29 MST 2015


Hi!

Review&push would be appreciated!

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 4d181a4dbd93322101a8b02a5310f2b123bf9174 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Wed, 21 Jan 2015 20:49:24 +0100
Subject: [PATCH] vfs: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 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 12ec0b7..f9b54a7 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)
 {
-- 
1.9.1



More information about the samba-technical mailing list