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] Fix typo in bugs.html


The following patch fixes a type in bugs.html.
Committed as obvious.

Regards,
Volker

Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.87
diff -u -p -r1.87 bugs.html
--- bugs.html	8 Apr 2004 23:52:04 -0000	1.87
+++ bugs.html	3 May 2004 13:28:51 -0000
@@ -442,7 +442,7 @@ int main()
 <p>might print 50 on some systems and optimization levels, and 49 on
 others.</p>
 
-<p>The is the result of <em>rounding</em>: The computer cannot
+<p>This is the result of <em>rounding</em>: The computer cannot
 represent all real numbers exactly, so it has to use
 approximations. When computing with approximation, the computer needs
 to round to the nearest representable number.</p>



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