* doc/invoke.texi (gcse-las): Fix typo.
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 18 Oct 2003 00:22:22 +0000 (00:22 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 18 Oct 2003 00:22:22 +0000 (20:22 -0400)
From-SVN: r72631

gcc/ChangeLog
gcc/doc/invoke.texi

index 8901b07..0ec3b8f 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-17  David Edelsohn  <edelsohn@gnu.org>
+
+       * doc/invoke.texi (gcse-las): Fix typo.
+
 2003-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * doc/install.texi: Remove first part of the sentence for
index c839838..e42911e 100644 (file)
@@ -4008,7 +4008,7 @@ Enabled by default when gcse is enabled.
 @opindex fgcse-las
 When @option{-fgcse-las} is enabled, the global common subexpression
 elimination pass eliminates redundant loads that come after stores to the
-same memory location (both partial and full redundacies).
+same memory location (both partial and full redundancies).
 
 Enabled by default when gcse is enabled.