From f0915443ba9a52d71d7e02f05240ded5622e49a3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 16:36:22 +0000 Subject: [PATCH] Merge r7511 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7763 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index f678cc356..e0c9e0260 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -2965,7 +2965,7 @@ static bool vdisk_use_zero_copy(const struct scst_cmd *cmd) /* * Compute p->loff and p->fua. - * Returns true for success or false otherwise and set error in the commeand. + * Returns true for success or false otherwise and set error in the command. */ static bool vdisk_parse_offset(struct vdisk_cmd_params *p, struct scst_cmd *cmd) {