aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/example
diff options
context:
space:
mode:
authorGravatar sebpop <sebpop@gmail.com>2018-08-10 17:22:43 -0500
committerGravatar Max Moroz <dor3s1@gmail.com>2018-08-10 15:22:43 -0700
commit3e1d680a5c0848d5dc1f730b8fa8c7ed245234fe (patch)
tree39dc5c48c2cb7ead4a3a58c398ea7ba57c89f107 /projects/example
parent7bb6714073ab83c26c5dd460eb9bdbf1fa562478 (diff)
[zlib-ng] add zlib-ng project (#1694)
Diffstat (limited to 'projects/example')
-rw-r--r--projects/example/my-api-repo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/example/my-api-repo/Makefile b/projects/example/my-api-repo/Makefile
index cce52b02..380d3a90 100644
--- a/projects/example/my-api-repo/Makefile
+++ b/projects/example/my-api-repo/Makefile
@@ -13,7 +13,7 @@
# Run e.g. "make all LIB_FUZZING_ENGINE=/path/to/libFuzzer.a"
# to link the fuzzer(s) against a real fuzzing engine.
#
-# OSS-Fuzz will define it's own value for LIB_FUZZING_ENGINE.
+# OSS-Fuzz will define its own value for LIB_FUZZING_ENGINE.
LIB_FUZZING_ENGINE ?= standalone_fuzz_target_runner.o
# Values for CC, CFLAGS, CXX, CXXFLAGS are provided by OSS-Fuzz.