Fix // comment
authorJens Axboe <axboe@kernel.dk>
Thu, 23 Feb 2012 07:35:04 +0000 (08:35 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 23 Feb 2012 07:35:04 +0000 (08:35 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
verify.c

index 696aff762abce69849e254cce47b6accd4fa9dd7..f21ad6e1a3af73ec535a5c47d181b95a326d189b 100644 (file)
--- 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;
        }