summaryrefslogtreecommitdiff
path: root/docs/MSVCCompatibility.rst
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-03-12 19:35:34 +0000
committerNico Weber <nicolasweber@gmx.de>2015-03-12 19:35:34 +0000
commit73aea39fa6d1aa0fcb269d504529ac5cfd4d7a72 (patch)
tree4cad6e8417ae7a60414c1dfaea18ff1127043bb9 /docs/MSVCCompatibility.rst
parent7f86d7a41f67bdcb1db6da433d0e1570fd6b25ab (diff)
downloadclang-73aea39fa6d1aa0fcb269d504529ac5cfd4d7a72.tar.gz
Remove duplicate "the". N+1 redundancy is not useful here.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MSVCCompatibility.rst')
-rw-r--r--docs/MSVCCompatibility.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MSVCCompatibility.rst b/docs/MSVCCompatibility.rst
index 3638bbc8d1..1dba9e865b 100644
--- a/docs/MSVCCompatibility.rst
+++ b/docs/MSVCCompatibility.rst
@@ -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