From 0fdd96f338f47bb2dac31e1f398d5a4d0470e841 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 30 Nov 2016 09:17:52 -0800 Subject: [PATCH] Update ideal_integration.md --- docs/ideal_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ideal_integration.md b/docs/ideal_integration.md index a12c88bc4..c21f73631 100644 --- a/docs/ideal_integration.md +++ b/docs/ideal_integration.md @@ -86,7 +86,7 @@ In this case, linking the target with e.g. libFuzzer will look like "clang++ foo This will allow to have minimal OSS-Fuzz specific configuration and thus be more robust. There is no point in hardcoding the exact compiler flags in the build system because they -a) may change and b) are different depending on the fuzzing target and the sanitizer being used. +a) may change and b) are different depending on the fuzzing engine and the sanitizer being used. ## Not a project member?