aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/Fuzz.h2
1 files changed, 1 insertions, 1 deletions
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 <typename T>
void next(T* t);