summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2020-01-13 08:06:04 -0500
committerJason Merrill <jason@redhat.com>2020-01-13 12:33:29 -0500
commitac4d87c25e2550b86717151fd2594dfe14373d27 (patch)
treec57d4a2eae6b9e3b66617b91c15ab7c3b37ccabe
parent3d77686d2eddf76d3498169d0ca5653db45a8662 (diff)
downloadgcc-ac4d87c25e2550b86717151fd2594dfe14373d27.tar.gz
Fix typo in invoke.texi.
-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 ab307b8e53a..fe92e856058 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}.