summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/stripe
diff options
context:
space:
mode:
authorHumble Chirammal <hchiramm@redhat.com>2014-07-09 00:18:13 +0530
committerNiels de Vos <ndevos@redhat.com>2015-01-28 23:57:50 -0800
commite8eff5cf350b24ad628de8092d7927eab1e23c32 (patch)
tree8c9e5368b73de1d37b2679f0c283666bdfe5a9df /xlators/cluster/stripe
parent4493bfd8421116b5f45638b2f839874921f73fb3 (diff)
doc: Fix typos in stripe xlator src, no code changes present
Change-Id: Icec4e6b0fe7845667b59e13e261734a5f69eba7e BUG: 1075417 Signed-off-by: Humble Chirammal <hchiramm@redhat.com> Reviewed-on: http://review.gluster.org/8264 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'xlators/cluster/stripe')
-rw-r--r--xlators/cluster/stripe/src/stripe.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c
index 7783603c0a5..7af9442a7ff 100644
--- a/xlators/cluster/stripe/src/stripe.c
+++ b/xlators/cluster/stripe/src/stripe.c
@@ -346,7 +346,7 @@ stripe_lookup (call_frame_t *frame, xlator_t *this, loc_t *loc,
}
- /* Everytime in stripe lookup, all child nodes
+ /* Every time in stripe lookup, all child nodes
should be looked up */
local->call_count = priv->child_count;
while (trav) {
@@ -1707,7 +1707,7 @@ stripe_mknod (call_frame_t *frame, xlator_t *this, loc_t *loc, mode_t mode,
local->umask = umask;
local->rdev = rdev;
- /* Everytime in stripe lookup, all child nodes should
+ /* Every time in stripe lookup, all child nodes should
be looked up */
local->call_count = priv->child_count;
@@ -1918,7 +1918,7 @@ stripe_mkdir (call_frame_t *frame, xlator_t *this, loc_t *loc, mode_t mode,
loc_copy (&local->loc, loc);
frame->local = local;
- /* Everytime in stripe lookup, all child nodes should be looked up */
+ /* Every time in stripe lookup, all child nodes should be looked up */
STACK_WIND (frame, stripe_first_mkdir_cbk, trav->xlator,
trav->xlator->fops->mkdir, loc, mode, umask, xdata);
@@ -2051,7 +2051,7 @@ stripe_link (call_frame_t *frame, xlator_t *this, loc_t *oldloc, loc_t *newloc,
frame->local = local;
local->call_count = priv->child_count;
- /* Everytime in stripe lookup, all child
+ /* Every time in stripe lookup, all child
nodes should be looked up */
while (trav) {
STACK_WIND (frame, stripe_link_cbk,
@@ -4423,7 +4423,7 @@ stripe_setxattr_cbk (call_frame_t *frame, void *cookie,
/**
* We overwrite ->op_* values here for subsequent faliure
- * conditions, hence we propogate the last errno down the
+ * conditions, hence we propagate the last errno down the
* stack.
*/
if (op_ret < 0) {