Commit 31252f80 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Typo followup

Looking at 3ec9b582 I realized that this single sentence was packed
with mistakes: allocation should also have been plural and it wasn't the
third but fourth allocation that would fail (and of course the frist
typo).
parent 30453b94
......@@ -330,8 +330,9 @@ CLI_CMD(DEBUG_REQPOOLFAIL,
"debug.reqpool.fail",
"Schedule req-pool failures.",
"The argument is read L-R and 'f' means fail:\n\n"
"\tparam.set debug.reqpoolfail F__F\n\n"
"Means that the first and the third attempted allocation will fail",
"\tparam.set debug.reqpoolfail F__F_F\n\n"
"In the example above the first, fourth and sixth attempted\n"
"allocations will fail.",
1, 1
)
CLI_CMD(DEBUG_XID,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment