summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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