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 */