summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-25 18:58:42 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-25 18:58:42 +0000
commitcf4010fa0419214640b2d30ff38ac7a6884916dd (patch)
tree198254895b70276f768d94ab1cc3fc9581bad558
parente094ad0c7b8cef1b4453789ffc614cd709a26ba4 (diff)
downloadgcc-cf4010fa0419214640b2d30ff38ac7a6884916dd.tar.gz
2015-09-25 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi (-fsanitize): Minor wording tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@228147 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 93c870b42de..c0adec9c145 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2015-09-25 Tobias Burnus <burnus@net-b.de>
+ * doc/invoke.texi (-fsanitize): Minor wording tweak.
+
+2015-09-25 Tobias Burnus <burnus@net-b.de>
+
* doc/invoke.texi (-fsanitize): Update URLs.
2015-09-24 John David Anglin <danglin@gcc.gnu.org>
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 95c317ff10f..71c44decc40 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5630,8 +5630,8 @@ Memory access instructions are instrumented to detect
out-of-bounds and use-after-free bugs.
See @uref{https://github.com/google/sanitizers/wiki/AddressSanitizer} for
more details. The run-time behavior can be influenced using the
-@env{ASAN_OPTIONS} environment variable. When setting it to @code{help=1},
-the available options are shown at startup of the instrumended program. See
+@env{ASAN_OPTIONS} environment variable. When set to @code{help=1},
+the available options are shown at startup of the instrumended program. See
@url{https://github.com/google/sanitizers/wiki/AddressSanitizerFlags#run-time-flags}
for a list of supported options.