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]

[PATCH][wwwdocs][committed] Fix typo and tws in changes.html


Hi all,

I'm committing this patch as obvious to fix a typo and a TWS occurrence in changes.html.

Thanks,
Kyrill
Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.61
diff -U 3 -r1.61 changes.html
--- htdocs/gcc-6/changes.html	19 Feb 2016 05:00:54 -0000	1.61
+++ htdocs/gcc-6/changes.html	22 Feb 2016 16:56:57 -0000
@@ -59,8 +59,8 @@
 	<code>alias</code> attributes. This makes it possible to access
 	both a variable and its alias in one translation unit which is common
 	with link-time optimization.</li>
-    <li>Value range propagation now assumes the that <code>this</code> pointer
-	of C++ member functions is non-null.  This eliminates 
+    <li>Value range propagation now assumes that the <code>this</code> pointer
+	of C++ member functions is non-null.  This eliminates
 	common null pointer checks
 	but also breaks some non-conforming code-bases (such as Qt-5, Chromium,
 	KDevelop). As a temporary work-around

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