OSDN Git Service

* doc/extend.texi: Fix typos.
[pf3gnuchains/gcc-fork.git] / gcc / doc / invoke.texi
index c839838..a154b7c 100644 (file)
@@ -1904,7 +1904,7 @@ run time instead.  This is used in conjunction with the Fix-and-Continue
 debugging mode, where the object file in question may be recompiled and 
 dynamically reloaded in the course of program execution, without the need
 to restart the program itself.  Currently, Fix-and-Continue functionality
-is only available in conjunciton withthe NeXT runtime on Mac OS X 10.3 
+is only available in conjunction with the NeXT runtime on Mac OS X 10.3 
 and later.
 
 @item -fzero-link
@@ -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.