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) {