From 9e740aa98662f8a350550052a6d4748546f9d43d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 14 Oct 2018 04:06:21 +0000 Subject: [PATCH] scst_vdisk: Fix spelling in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7511 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 39cd99f66..714bb6b76 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) {