From 3450315283e8760317bd647848b4464faf3a2bc1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 22 Dec 2014 12:35:51 +0000 Subject: [PATCH] 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 --- mvsas_tgt/mv_tgt.h | 2 +- qla2x00t/qla2x00-target/qla2x00t.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mvsas_tgt/mv_tgt.h b/mvsas_tgt/mv_tgt.h index a6782316a..6598d1f29 100644 --- a/mvsas_tgt/mv_tgt.h +++ b/mvsas_tgt/mv_tgt.h @@ -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; }; diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 73a9d2ae4..84c02bda1 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -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; /*