summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-07-28 14:24:31 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-07-28 14:24:31 +0100
commit0df7ceb8f1483f5764d46c3c1da3fc51c04639bf (patch)
tree79117668b2c2f01e4f3a1bf1fc3d1b2207cb5c22 /Makefile.config.example
parent527541ddbda27d330fa3f87533cea80314f974a7 (diff)
downloadnetsurf-0df7ceb8f1483f5764d46c3c1da3fc51c04639bf.tar.gz
netsurf-0df7ceb8f1483f5764d46c3c1da3fc51c04639bf.tar.bz2
Typo fixes
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 010e89f07..7fa7f41cc 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -35,7 +35,7 @@
# GBFLAGS:=-g
### To enable ASAN and UBSAN support in builds regardless of target
-# override NETSURF_USE_SANITIZERS := YES
+# override NETSURF_USE_SANITIZER := YES
### If you're using the sanitizers and you want it to stop on failure...
# override NETSURF_RECOVER_SANITIZERS := NO