From 52e6f307b903f0a3e312c02ab97626687e844fb2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 18 Jan 2018 05:57:05 +0000 Subject: [PATCH] iscsi-scst: Fix spelling in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7340 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/iscsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/iscsi.h b/iscsi-scst/kernel/iscsi.h index 1e95f1410..97a33fd8f 100644 --- a/iscsi-scst/kernel/iscsi.h +++ b/iscsi-scst/kernel/iscsi.h @@ -411,7 +411,7 @@ struct iscsi_cmnd { /* * This flag might be cleared from SCST thread after/during RX digest * calculation in parallel with clearing release_called from the - * read thread, so it must be modifiable inependently. + * read thread, so it must be modifiable independently. */ unsigned long on_rx_digest_list:1 __aligned(sizeof(long)); #endif