r232086 - Remove duplicate "the". N+1 redundancy is not useful here.

Nico Weber nicolasweber at gmx.de
Thu Mar 12 12:35:34 PDT 2015


Author: nico
Date: Thu Mar 12 14:35:34 2015
New Revision: 232086

URL: http://llvm.org/viewvc/llvm-project?rev=232086&view=rev
Log:
Remove duplicate "the". N+1 redundancy is not useful here.

Modified:
    cfe/trunk/docs/MSVCCompatibility.rst

Modified: cfe/trunk/docs/MSVCCompatibility.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/MSVCCompatibility.rst?rev=232086&r1=232085&r2=232086&view=diff
==============================================================================
--- cfe/trunk/docs/MSVCCompatibility.rst (original)
+++ cfe/trunk/docs/MSVCCompatibility.rst Thu Mar 12 14:35:34 2015
@@ -112,7 +112,7 @@ time.  By default on Windows, Clang atte
 controlled by the ``-fdelayed-template-parsing`` flag.  While Clang delays
 parsing of method bodies, it still parses the bodies *before* template argument
 substitution, which is not what MSVC does.  The following compatibility tweaks
-are necessary to parse the the template in those cases.
+are necessary to parse the template in those cases.
 
 MSVC allows some name lookup into dependent base classes.  Even on other
 platforms, this has been a `frequently asked question`_ for Clang users.  A





More information about the cfe-commits mailing list