From 0bf9a7d1c6786d3a0189bdc37a3db702a2751ff4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 5 Oct 2013 17:50:55 +0000 Subject: [PATCH] qla2x00t: Fix spelling in a source code comment (merge r4607 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5036 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 7ede615ee..94c976a42 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -1048,7 +1048,7 @@ static void q2t_del_sess_work_fn(struct delayed_work *work) /* * We need to take extra reference, because we are * going to drop hardware_lock. Otherwise, we are racing - * with other possible calles of q2t_sess_put() for + * with other possible callers of q2t_sess_put() for * the same sess, e.g. by q2t_clear_tgt_db(). */ q2t_sess_get(sess);