Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 5c97763

Browse files
committed
CORTX-33577: Fixed typo error
Signed-off-by: Yatin Mahajan <[email protected]>
1 parent 26b1142 commit 5c97763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motr/io_nw_xfer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ static int nw_xfer_req_dispatch(struct nw_xfer_request *xfer)
19251925
* In 'parity verify' mode, a whole parity group, including
19261926
* data and parity units are all read from ioservices.
19271927
* If some units failed to read, no need to read extra unit.
1928-
* The units needed for recvoery are ready.
1928+
* The units needed for recovery are ready.
19291929
*/
19301930
M0_ASSERT(ioreq_sm_state(ioo) == IRS_DEGRADED_READING);
19311931
if (op->op_code == M0_OC_READ &&

0 commit comments

Comments
 (0)