From 91f966ec33b00689b5faf659c4ada4c404e5f4b5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 2 Oct 2010 12:52:57 +0000 Subject: [PATCH] Minor source code comment edit. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2332 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 c5fa4560c..0056beb26 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -169,7 +169,7 @@ struct rdma_iu { }; /** - * enum srpt_command_state - SCSI command states managed by SRPT. + * enum srpt_command_state - SCSI command state managed by SRPT. * @SRPT_STATE_NEW: New command arrived and is being processed. * @SRPT_STATE_NEED_DATA: Processing a write or bidir command and waiting * for data arrival.