From efa4259f82bb5df87876e3b077e570ced7a3b744 Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Tue, 28 May 2019 13:25:26 +0900 Subject: [PATCH] dif: Fix a few wrong comments Change-Id: I905c6b78b3e79aed7408274f93fd856df2068840 Signed-off-by: Shuhei Matsumoto Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455903 Reviewed-by: Paul Luse Reviewed-by: Jim Harris Reviewed-by: Changpeng Liu Tested-by: SPDK CI Jenkins --- lib/util/dif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/dif.c b/lib/util/dif.c index a00612793..f89d73a5d 100644 --- a/lib/util/dif.c +++ b/lib/util/dif.c @@ -41,10 +41,10 @@ * Each sgl is either iterated or created at a time. */ struct _dif_sgl { - /* Current iovec in the iteration or iteration */ + /* Current iovec in the iteration or creation */ struct iovec *iov; - /* Remaining count of iovecs in the iteration or iteration. */ + /* Remaining count of iovecs in the iteration or creation. */ int iovcnt; /* Current offset in the iovec */