summaryrefslogtreecommitdiff
path: root/tests/cgpt_fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cgpt_fuzzer.c')
-rw-r--r--tests/cgpt_fuzzer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cgpt_fuzzer.c b/tests/cgpt_fuzzer.c
index 51ba72a3..d440ee82 100644
--- a/tests/cgpt_fuzzer.c
+++ b/tests/cgpt_fuzzer.c
@@ -49,7 +49,7 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
}
memcpy(&params, data, sizeof(params));
- // Enforce a sane sector size. The sector size must accommodate the GPT
+ // Enforce a valid sector size. The sector size must accommodate the GPT
// header (the code assumes this) and large values don't make sense
// either (both in terms of actual hardware parameters and ability for
// the fuzzer to deal with effectively).