From e4ad68b1364aebfe949e2d6a649c7b1001ebca07 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 23 Feb 2012 08:35:04 +0100 Subject: [PATCH] Fix // comment Signed-off-by: Jens Axboe --- verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify.c b/verify.c index 696aff76..f21ad6e1 100644 --- a/verify.c +++ b/verify.c @@ -337,7 +337,7 @@ static int verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) if (size > (len - i)) size = len - i; if (memcmp(buf + i, pattern + mod, size)) - // Let the slow compare find the first mismatch byte. + /* Let the slow compare find the first mismatch byte. */ break; mod = 0; } -- 2.25.1