Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/0df7ceb8f1483f5764d46c3c1da3fc51c04639bf
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/0df7ceb8f1483f5764d46c3c1da3fc51c04639bf
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/0df7ceb8f1483f5764d46c3c1da3fc51c04639bf

The branch, master has been updated
       via  0df7ceb8f1483f5764d46c3c1da3fc51c04639bf (commit)
      from  527541ddbda27d330fa3f87533cea80314f974a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=0df7ceb8f1483f5764d46c3c1da3fc51c04639bf
commit 0df7ceb8f1483f5764d46c3c1da3fc51c04639bf
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Typo fixes

diff --git a/Makefile b/Makefile
index 359b89b..3e63fb2 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 010e89f..7fa7f41 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


-----------------------------------------------------------------------

Summary of changes:
 Makefile                |    2 +-
 Makefile.config.example |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 359b89b..3e63fb2 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 010e89f..7fa7f41 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


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to