From aa0891b796809e3a932c709e1406298b4d5f0416 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 9 Jul 2014 00:31:57 +0530 Subject: gNFS: correct some typos in comments. Change-Id: I304c760c2318edd4bab985ca19bf9ce62fd21a3c BUG: 1075417 Signed-off-by: Humble Chirammal Reviewed-on: http://review.gluster.org/8265 Reviewed-by: Santosh Pradhan Reviewed-by: Niels de Vos Tested-by: Niels de Vos --- xlators/nfs/server/src/acl3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/nfs/server/src/acl3.h') diff --git a/xlators/nfs/server/src/acl3.h b/xlators/nfs/server/src/acl3.h index 220bc9e78df..3ccc587bd59 100644 --- a/xlators/nfs/server/src/acl3.h +++ b/xlators/nfs/server/src/acl3.h @@ -29,7 +29,7 @@ /* * NFSv3, identifies the default ACL by NFS_ACL_DEFAULT. Gluster - * NFS needs to mask it OFF before sending it upto POSIX layer + * NFS needs to mask it OFF before sending it up to POSIX layer * or File system layer. */ #define NFS_ACL_DEFAULT 0x1000 -- cgit