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:
Bart Van Assche
2014-12-22 12:35:51 +00:00
parent dd249ab556
commit 3450315283
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
};
+1 -1
View File
@@ -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;
/*