From a63d6900d3baa23d6340a265bd0cf4f55ca2fdd9 Mon Sep 17 00:00:00 2001 From: Yuqian Li Date: Wed, 28 Feb 2018 11:46:00 -0500 Subject: Fix a tiny typo This shouldn't matter... But I just feel the impulsion to fix it. Bug: skia: Change-Id: Id3b6302071165b3abe98a3d89409d39715fac23c Reviewed-on: https://skia-review.googlesource.com/111002 Commit-Queue: Kevin Lubick Reviewed-by: Kevin Lubick --- fuzz/Fuzz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz') diff --git a/fuzz/Fuzz.h b/fuzz/Fuzz.h index a7771713cf..203a57fd9f 100644 --- a/fuzz/Fuzz.h +++ b/fuzz/Fuzz.h @@ -34,7 +34,7 @@ public: // foo(5, 7) when compiled on GCC and foo(7, 5) when compiled on Clang. // By requiring params to be passed in, we avoid the temptation to call // next() in a way that does not consume fuzzed bytes in a single - // uplatform-independent order. + // platform-independent order. template void next(T* t); -- cgit v1.2.3