From 909abff1113b26930be8b4ebb6923554f049152a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 12 May 2014 15:56:45 +0000 Subject: [PATCH] ib_srpt: Source code comment spelling fix git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5518 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 96267bf5c..135091311 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -317,7 +317,7 @@ enum rdma_ch_state { * @kref: Per-channel reference count. * @rq_size: IB receive queue size. * @max_sge: Maximum length of RDMA scatter list. - * @max_rsp_size: Maximum size of an SRP response messages in bytes. + * @max_rsp_size: Maximum size of an SRP response message in bytes. * @sq_wr_avail: number of work requests available in the send queue. * @sport: pointer to the information of the HCA port used by this * channel.