Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: testing/libfuzzer/README.md

Issue 1855373008: [libfuzzer] update Efficient Fuzzer Guide and small fixes to documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments: more sections and small reordering of them. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/clusterfuzz.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/README.md
diff --git a/testing/libfuzzer/README.md b/testing/libfuzzer/README.md
index 3d06f1ee6b546876d6e4e0c633175b22f59157ab..5c08a778f029900f276886855461dc045e074b41 100644
--- a/testing/libfuzzer/README.md
+++ b/testing/libfuzzer/README.md
@@ -14,7 +14,7 @@ libFuzzer is an in-process coverage-driven evolutionary fuzzer. It helps
engineers to uncover potential security & stability problems earlier.
*** note
-**Requirements:** libFuzzer in chrome is supported with GN on Linux only.
+**Requirements:** libFuzzer in Chrome is supported with GN on Linux only.
***
## Integration Status
« no previous file with comments | « no previous file | testing/libfuzzer/clusterfuzz.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698