From a4d1421b4a534971e6bd281929d6dc503674f8b2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 6 Feb 2015 15:51:58 +0000 Subject: [PATCH] scst_vdisk: Fix spelling in a source code comment Signed-off-by: Aayush Kasurde git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6023 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 165ec00cc..3e75b8b2c 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -3302,7 +3302,7 @@ static int vdisk_sup_vpd(uint8_t *buf, struct scst_cmd *cmd, *p++ = 0x86; /* extended inquiry */ if (cmd->dev->type == TYPE_DISK) { *p++ = 0xB0; /* block limits */ - *p++ = 0xB1; /* block device charachteristics */ + *p++ = 0xB1; /* block device characteristics */ if (virt_dev->thin_provisioned) { *p++ = 0xB2; /* thin provisioning */ }