aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2020-01-07 13:38:29 -0800
committerVitaly Buka <vitalybuka@gmail.com>2020-01-08 14:30:55 -0800
commitba7c2ab5f41599e006eb438849c2518cd1a4ceb2 (patch)
tree225a31e49d9232739df7a6ee4c8f29d840700428
parenteb892f915384f67cd13812b2465f5969546a5fe9 (diff)
downloadlibprotobuf-mutator-ba7c2ab5f41599e006eb438849c2518cd1a4ceb2.tar.gz
Fix typo
Co-Authored-By: Bhargava Shastry <bshas3@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 19e8c1a..f22ef37 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Please see [libfuzzer_example.cc](/examples/libfuzzer/libfuzzer_example.cc) as a
### Mutation post-processing (experimental)
Sometimes it's necessary to keep particular values in some fields without which the proto
is going to be rejected by fuzzed code. E.g. code may expect consistency between some fields
-or it may use some fields as checksums. Such constrains are going to be significant bottleneck
+or it may use some fields as checksums. Such constraints are going to be significant bottleneck
for fuzzer even if it's capabale to get acceptable values with time.
PostProcessorRegistration can be used to avoid such issue and guide your fuzzer towards interesing