aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-09-01 01:04:29 +0000
committerMike Frysinger <vapier@gcc.gnu.org>2015-09-01 01:04:29 +0000
commite071af96da90ec5e2d224cdd9522b428b21f7d2c (patch)
treeb824d3054c07b97aabf5fcc82e6a18610cd5d68c /gcc/doc
parent1a87daf5927d58feabd860d63ddf5b9f1ff2a6ef (diff)
downloadgcc-e071af96da90ec5e2d224cdd9522b428b21f7d2c.zip
gcc-e071af96da90ec5e2d224cdd9522b428b21f7d2c.tar.gz
gcc-e071af96da90ec5e2d224cdd9522b428b21f7d2c.tar.bz2
gcc: doc: add missing space in asan-stack desc
From-SVN: r227360
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c0ec0fd..101335e 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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