summaryrefslogtreecommitdiff
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
parent527541ddbda27d330fa3f87533cea80314f974a7 (diff)
downloadnetsurf-0df7ceb8f1483f5764d46c3c1da3fc51c04639bf.tar.gz
netsurf-0df7ceb8f1483f5764d46c3c1da3fc51c04639bf.tar.bz2
Typo fixes
-rw-r--r--Makefile2
-rw-r--r--Makefile.config.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 359b89b5b..3e63fb242 100644
--- a/Makefile
+++ b/Makefile
@@ -575,7 +575,7 @@ CXXFLAGS += -DNETSURF_HOMEPAGE=\"$(NETSURF_HOMEPAGE)\"
CFLAGS += -DNETSURF_LOG_LEVEL=$(NETSURF_LOG_LEVEL)
CXXFLAGS += -DNETSURF_LOG_LEVEL=$(NETSURF_LOG_LEVEL)
-# If we're building the sanitizer goal, override things
+# If we're building the sanitize goal, override things
ifneq ($(filter-out sanitize,$(MAKECMDGOALS)),$(MAKECMDGOALS))
override NETSURF_USE_SANITIZER := YES
override NETSURF_RECOVER_SANITIZERS := NO
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