From c51c7e7d33a2a312b0067145ff6c00a0162c9398 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Nov 2018 04:06:48 +0000 Subject: [PATCH] ib_srpt: Fix spelling in a function header git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7541 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index b09720f4c..61d9d6039 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2948,7 +2948,7 @@ static void srpt_check_timeout(struct srpt_rdma_ch *ch) /** * srpt_cm_rtu_recv() - Process RTU event. * - * An RTU (read to use) message indicates that the connection has been + * An RTU (ready to use) message indicates that the connection has been * established and that the recipient may begin transmitting. */ static void srpt_cm_rtu_recv(struct srpt_rdma_ch *ch)