From c679c4c7853771fedcd7965415cd4272e9c04dde Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 6 Feb 2015 15:53:35 +0000 Subject: [PATCH] scst_vdisk: Fix spelling in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6024 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 3e75b8b2c..af66c288a 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -144,7 +144,7 @@ struct scst_vdisk_dev { /* * This lock can be taken on both SIRQ and thread context, but in - * all cases for each particular instance it's taken consistenly either + * all cases for each particular instance it's taken consistently either * on SIRQ or thread context. Mix of them is forbidden. */ spinlock_t flags_lock;