From 3f03d1e961f07e66d0bdb44569a5c12fd619e8ca Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 18 May 2020 14:17:00 +0000 Subject: [PATCH] scst: Fix a recently introduced spelling error in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8937 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index b24d3e69d..74a80d107 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -3407,7 +3407,7 @@ static void scst_adjust_sg(struct scst_cmd *cmd, bool reg_sg, * operation successful. * * Return: - * 0 upon sucess; a negative value upon error. + * 0 upon success; a negative value upon error. */ static int __scst_adjust_sg_get_tail(struct scst_cmd *cmd, struct scatterlist *sg, int *sg_cnt,