]> granicus.if.org Git - clang/commitdiff
Remove duplicate "the". N+1 redundancy is not useful here.
authorNico Weber <nicolasweber@gmx.de>
Thu, 12 Mar 2015 19:35:34 +0000 (19:35 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 12 Mar 2015 19:35:34 +0000 (19:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232086 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MSVCCompatibility.rst

index 3638bbc8d18800a644a31cbb622035bd037468a7..1dba9e865b60b3c38de5e261265b3d6d865c04db 100644 (file)
@@ -112,7 +112,7 @@ time.  By default on Windows, Clang attempts to follow suit.  This behavior is
 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