]> granicus.if.org Git - clang/commitdiff
fix typo
authorNico Weber <nicolasweber@gmx.de>
Fri, 20 Jul 2018 21:06:41 +0000 (21:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 20 Jul 2018 21:06:41 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337620 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 01c02f8d71acba706faedfe746d814900aacabab..dab70f1bcaa33ce0922e8d8ece217fb6fecee426 100644 (file)
@@ -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.