diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-03-06 10:59:01 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-03-06 07:08:16 -0800 |
commit | 3d9423354a2d688c3609258883b1c03422996978 (patch) | |
tree | 32124e7835fa5941972eb253413867af0f48e76b /xlators/protocol | |
parent | c6bfde4da5da40f81ab7d96f4d43adb2553a633d (diff) |
protocol: Fix typos in option description
Change-Id: I7cf559fa5ffe3f6c437169820a86a7ee2f58b478
BUG: 1199382
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/9816
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/protocol')
-rw-r--r-- | xlators/protocol/client/src/client.c | 2 | ||||
-rw-r--r-- | xlators/protocol/server/src/server.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 7fd1858cf50..ccb584569ea 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -3034,7 +3034,7 @@ struct volume_options options[] = { .min = 1, .max = 32, .default_value = "2", - .description = "Specifies the number of event threads to execute in" + .description = "Specifies the number of event threads to execute " "in parallel. Larger values would help process" " responses faster, depending on available processing" " power. Range 1-32 threads." diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index ac1feb96779..d7eab16bf13 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -1254,7 +1254,7 @@ struct volume_options options[] = { .min = 1, .max = 32, .default_value = "2", - .description = "Specifies the number of event threads to execute in" + .description = "Specifies the number of event threads to execute " "in parallel. Larger values would help process" " responses faster, depending on available processing" " power. Range 1-32 threads." |