invoke.texi (-fsanitize): Minor wording tweak.
authorTobias Burnus <burnus@net-b.de>
Fri, 25 Sep 2015 18:59:58 +0000 (20:59 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 25 Sep 2015 18:59:58 +0000 (20:59 +0200)
2015-09-25  Tobias Burnus  <burnus@net-b.de>

* doc/invoke.texi (-fsanitize): Minor wording tweak.

From-SVN: r228148

gcc/ChangeLog
gcc/doc/invoke.texi

index 64840b181a2532747ecb411c71015656b5699e50..f102313372ef9975acccf5ac723cccf29ce3f590 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d4260d882689e4cc7443b77ce63eb52a212b97a0..1946362982264cc906cc9464e3b060493a27a684 100644 (file)
@@ -5859,8 +5859,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.