Fix typo in invoke.texi.
authorJason Merrill <jason@redhat.com>
Mon, 13 Jan 2020 13:06:04 +0000 (08:06 -0500)
committerJason Merrill <jason@redhat.com>
Mon, 13 Jan 2020 17:33:29 +0000 (12:33 -0500)
gcc/doc/invoke.texi

index ab307b8..fe92e85 100644 (file)
@@ -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}.