From e8eff5cf350b24ad628de8092d7927eab1e23c32 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 9 Jul 2014 00:18:13 +0530 Subject: doc: Fix typos in stripe xlator src, no code changes present Change-Id: Icec4e6b0fe7845667b59e13e261734a5f69eba7e BUG: 1075417 Signed-off-by: Humble Chirammal Reviewed-on: http://review.gluster.org/8264 Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- xlators/cluster/stripe/src/stripe.c | 10 +++++----- 1 file 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) { -- cgit