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; /*