diff options
author | Humble Chirammal <hchiramm@redhat.com> | 2014-07-09 00:31:57 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2014-08-27 00:26:36 -0700 |
commit | aa0891b796809e3a932c709e1406298b4d5f0416 (patch) | |
tree | 67e906f0cae5eeb3b069664c8d3c95e2403de58a /xlators/nfs/server/src/mount3.c | |
parent | 861f65463708aedb20f1634c8b3214facc68348c (diff) |
gNFS: correct some typos in comments.
Change-Id: I304c760c2318edd4bab985ca19bf9ce62fd21a3c
BUG: 1075417
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/8265
Reviewed-by: Santosh Pradhan <spradhan@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'xlators/nfs/server/src/mount3.c')
-rw-r--r-- | xlators/nfs/server/src/mount3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/mount3.c b/xlators/nfs/server/src/mount3.c index 677b4be7238..63d35735e7d 100644 --- a/xlators/nfs/server/src/mount3.c +++ b/xlators/nfs/server/src/mount3.c @@ -477,7 +477,7 @@ free_sh: * to unmount cleanly. In this case, a duplicate entry would be added to the * ms->mountlist, which is wrong and we should prevent. * - * It is fully acceptible that the ms->mountlist is not 100% correct, this is a + * It is fully acceptable that the ms->mountlist is not 100% correct, this is a * common issue for all(?) NFS-servers. */ int @@ -2009,7 +2009,7 @@ mount3udp_delete_mountlist (char *hostname, dirpath *expname) } /** - * This function will parse the hostip (IP addres, IP range, or hostname) + * This function will parse the hostip (IP address, IP range, or hostname) * and fill the host_auth_spec structure. * * @param hostspec - struct host_auth_spec |