diff options
author | Harshavardhana <fharshav@redhat.com> | 2011-11-15 14:44:24 -0800 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-11-16 21:08:56 -0800 |
commit | 51a78ad316975763d45c11affa571892e03643e8 (patch) | |
tree | 9406dee3a6139ebd9624fafd92af0a156d531fcf /xlators/nfs/server/src/nfs-fops.c | |
parent | 8c182c6bf700cdc8a7e2d4b75109ad0acee2e70d (diff) |
glusterfs: An effort to fix all the spell mistakes and typo
in the entire glusterfs codebase.
This patch fixes many of spell mistakes and typo in the entire
glusterfs codebase and all supported modules.
Change-Id: I83238a41aa08118df3cf4d1d605505dd3cda35a1
BUG: 3809
Signed-off-by: Harshavardhana <fharshav@redhat.com>
Reviewed-on: http://review.gluster.com/731
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/nfs/server/src/nfs-fops.c')
-rw-r--r-- | xlators/nfs/server/src/nfs-fops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs-fops.c b/xlators/nfs/server/src/nfs-fops.c index d9b419c4e16..428c82a8fda 100644 --- a/xlators/nfs/server/src/nfs-fops.c +++ b/xlators/nfs/server/src/nfs-fops.c @@ -1122,7 +1122,7 @@ nfs_fop_rename_cbk (call_frame_t *frame, void *cookie, xlator_t *this, nfl_to_prog_data (nfl, progcbk, frame); /* The preattr arg needs to be NULL instead of @buf because it is * possible that the new parent is not root whereas the source dir - * could've been. That is handled in the next macro. + * could have been. That is handled in the next macro. */ nfs_fop_restore_root_ino (nfl, op_ret, NULL, NULL, preoldparent, postoldparent); |