mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
Source code comment spelling fix: refering -> referring
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5951 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -558,7 +558,7 @@ struct mvst_tgt {
|
||||
unsigned int tgt_enable_64bit_addr:1;
|
||||
wait_queue_head_t waitQ;
|
||||
int notify_ack_expected;
|
||||
/* Count of sessions refering q2t_tgt, protected by hardware_lock */
|
||||
/* Count of sessions referring q2t_tgt, protected by hardware_lock */
|
||||
int sess_count;
|
||||
struct list_head sess_list;
|
||||
};
|
||||
|
||||
@@ -141,7 +141,7 @@ struct q2t_tgt {
|
||||
*/
|
||||
unsigned long tgt_stop; /* the driver is being stopped */
|
||||
|
||||
/* Count of sessions refering q2t_tgt. Protected by hardware_lock. */
|
||||
/* Count of sessions referring q2t_tgt. Protected by hardware_lock. */
|
||||
int sess_count;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user