gcc: doc: add missing space in asan-stack desc
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 Sep 2015 01:04:29 +0000 (01:04 +0000)
committerMike Frysinger <vapier@gcc.gnu.org>
Tue, 1 Sep 2015 01:04:29 +0000 (01:04 +0000)
From-SVN: r227360

gcc/ChangeLog
gcc/doc/invoke.texi

index fdc02094e27ed5c76a37af7340530ea9a25b74db..2e7230b9f9ce2a81e904881388bb5c019b0ee382 100644 (file)
@@ -1,3 +1,7 @@
+2015-08-31  Mike Frysinger  <vapier@gentoo.org>
+
+       * doc/invoke.texi (asan-stack): Add space before option.
+
 2015-08-31  Marc Glisse  <marc.glisse@inria.fr>
 
        * tree.h (zerop): New function.
index c0ec0fde639d6cd7cbb5b6858f19b4b2c2fdf5a9..101335ea75b82ec96c0ce85e7b8810d549da4768 100644 (file)
@@ -10949,7 +10949,7 @@ To disable global objects protection use @option{--param asan-globals=0}.
 
 @item asan-stack
 Enable buffer overflow detection for stack objects.  This kind of
-protection is enabled by default when using@option{-fsanitize=address}.
+protection is enabled by default when using @option{-fsanitize=address}.
 To disable stack protection use @option{--param asan-stack=0} option.
 
 @item asan-instrument-reads