Fixed typo in an error message.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1119 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-09-19 19:01:30 +00:00
parent 1afa718390
commit d9abf60c23
+1 -1
View File
@@ -2340,7 +2340,7 @@ static int srpt_xmit_response(struct scst_cmd *scmnd)
srp_rsp = ioctx->buf;
if (unlikely(scst_cmd_aborted(scmnd))) {
PRINT_ERROR("%s: tag= %lld already get aborted",
PRINT_ERROR("%s: tag= %lld already got aborted",
__func__, (unsigned long long)tag);
goto out_aborted;
}