From 3438e73474d9f74770e45d2596d0b45b3b0a71db Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Oct 2015 22:15:27 +0000 Subject: [PATCH] ib_srpt: Fix grammar in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6540 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 9c65ae56b..1ee2896dd 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1555,7 +1555,7 @@ static void srpt_handle_rdma_err_comp(struct srpt_rdma_ch *ch, case SRPT_RDMA_WRITE_LAST: /* * Note: if an RDMA write error completion is received that - * means that a SEND has also been posted. Defer further + * means that a SEND also has been posted. Defer further * processing of the associated command until the send error * completion has been received. */