From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g86LH-0005ZW-RJ for qemu-devel@nongnu.org; Thu, 04 Oct 2018 12:19:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g86LG-0002X8-TD for qemu-devel@nongnu.org; Thu, 04 Oct 2018 12:19:11 -0400 From: Cleber Rosa Date: Thu, 4 Oct 2018 12:18:43 -0400 Message-Id: <20181004161852.11673-2-crosa@redhat.com> In-Reply-To: <20181004161852.11673-1-crosa@redhat.com> References: <20181004161852.11673-1-crosa@redhat.com> Subject: [Qemu-devel] [PATCH 01/10] qemu-img.c: comment typo fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , Eduardo Habkost , qemu-block@nongnu.org, Kevin Wolf , Michael Tokarev , Laurent Vivier , Cleber Rosa , qemu-trivial@nongnu.org, Max Reitz A trivial comment typo fix. Signed-off-by: Cleber Rosa --- 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