summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/protocol/client/src/client.c2
-rw-r--r--xlators/protocol/server/src/server.c2
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."