qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 01/10] qemu-img.c: comment typo fix


From: Cleber Rosa
Subject: [Qemu-trivial] [PATCH 01/10] qemu-img.c: comment typo fix
Date: Thu, 4 Oct 2018 12:18:43 -0400

A trivial comment typo fix.

Signed-off-by: Cleber Rosa <address@hidden>
---
 qemu-img.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-img.c b/qemu-img.c
index b12f4cd19b..a96b76c187 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -1085,7 +1085,7 @@ static int64_t find_nonzero(const uint8_t *buf, int64_t n)
 }
 
 /*
- * Returns true iff the first sector pointed to by 'buf' contains at least
+ * Returns true if the first sector pointed to by 'buf' contains at least
  * a non-NUL byte.
  *
  * 'pnum' is set to the number of sectors (including and immediately following
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]