This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[www patch] news/sms.html: Fix typos.


Hi,

Committed as obvious.

Kazu Hirata

Index: sms.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/sms.html,v
retrieving revision 1.1
diff -u -d -p -r1.1 sms.html
--- sms.html	27 Feb 2005 14:24:25 -0000	1.1
+++ sms.html	20 Mar 2005 20:28:30 -0000
@@ -20,7 +20,7 @@ on the articles:<p/>
   <li>Josep Llosa,Antonio Gonzalez, Eduard Ayguade, and Mateo Valero.
       Swing Modulo Scheduling: A Lifetime Sensitive Approach.
       In Pact96 , pages 80-87, October 1996 
-      (Boston - Massachussets - USA).</li>
+      (Boston - Massachusetts - USA).</li>
 </ul>
 
 
@@ -34,7 +34,7 @@ This optimization helps in loops where t
 run consecutive iterations concurrently but the traditional
 instruction scheduling is not able to fully utilize the hardware
 functional units.  This optimization is disabled by default
-because of compile time consumption; <code>-fmodulo-sched<\code> 
+because of compile time consumption; <code>-fmodulo-sched</code> 
 activates it. The current implementation of SMS is preliminary  
 and is not effective in the following cases:
 <ul>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]