summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-07-20 21:06:41 +0000
committerNico Weber <nicolasweber@gmx.de>2018-07-20 21:06:41 +0000
commit527c4ca969487cc6d479105a9d02a0a4690195f5 (patch)
treef31cf2695d65f72b79d833c4558fdeeffc119c37 /docs/ReleaseNotes.rst
parentc74a596b1d364a9ecf0d274fbdfd46e998cc59f7 (diff)
downloadclang-527c4ca969487cc6d479105a9d02a0a4690195f5.tar.gz
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 01c02f8d71..dab70f1bca 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -173,7 +173,7 @@ Windows Support
the pch file (matching cl.exe). This speeds up builds using pch files
by around 30%.
- - The /Ycfoo.h and /Yufoo.h flags an now be used without /FIfoo.h when
+ - The /Ycfoo.h and /Yufoo.h flags can now be used without /FIfoo.h when
foo.h is instead included by an explicit `#include` directive. This means
Visual Studio's default stdafx.h setup now uses precompiled headers with
clang-cl.