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]

PATCH for Re: Typo on http://gcc.gnu.org/gcc-3.0/c++features.html


On Fri, 13 Jul 2001, Xavier Delacour wrote:
> FYI: http://gcc.gnu.org/gcc-3.0/c++features.html has a typo.

Fixed thusly.

Thanks,
Gerald

Index: c++features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/c++features.html,v
retrieving revision 1.1
diff -u -3 -p -r1.1 c++features.html
--- c++features.html	2001/06/28 21:43:32	1.1
+++ c++features.html	2001/07/14 05:17:45
@@ -15,7 +15,7 @@
   <li>G++ now enforces access control for nested types.</li>
   <li>In some obscure cases, functions with the same type could have
       the same mangled name.  This bug caused compiler crashes,
-      link-time clashes, and debugger crahses.  Fixing this bug
+      link-time clashes, and debugger crashes.  Fixing this bug
       required breaking ABI compatibility for the functions involved.
       The functions in questions are those whose types involve
       non-type template arguments whose mangled representations


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