nvme/tcp: update the comments in nvme_tcp_pdu_recv_state

Change-Id: I78ea97902df894cf8f4678f059e4252f5efdc1be
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/446822
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
Ziye Yang 2019-03-04 21:28:45 +08:00 committed by Changpeng Liu
parent b8a51ff5b8
commit f7b50f7361

View File

@ -108,7 +108,7 @@ struct nvme_tcp_pdu {
};
enum nvme_tcp_pdu_recv_state {
/* Ready to wait to wait PDU */
/* Ready to wait for PDU */
NVME_TCP_PDU_RECV_STATE_AWAIT_PDU_READY,
/* Active tqpair waiting for any PDU common header */