[gcc/devel/c++-modules] Fix typo in invoke.texi.

Nathan Sidwell nathan@gcc.gnu.org
Wed Jan 15 14:33:00 GMT 2020


https://gcc.gnu.org/g:ac4d87c25e2550b86717151fd2594dfe14373d27

commit ac4d87c25e2550b86717151fd2594dfe14373d27
Author: Jason Merrill <jason@redhat.com>
Date:   Mon Jan 13 08:06:04 2020 -0500

    Fix typo in invoke.texi.

Diff:
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ab307b8..fe92e85 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -9287,7 +9287,7 @@ advantage of this; if your code relies on the value of the object
 storage persisting beyond the lifetime of the object, you can use this
 flag to disable this optimization.  To preserve stores before the
 constructor starts (e.g.@: because your operator new clears the object
-storage) but still treat the object as dead after the destructor you,
+storage) but still treat the object as dead after the destructor, you
 can use @option{-flifetime-dse=1}.  The default behavior can be
 explicitly selected with @option{-flifetime-dse=2}.
 @option{-flifetime-dse=0} is equivalent to @option{-fno-lifetime-dse}.



More information about the Gcc-cvs mailing list