[llvm-branch-commits] [cfe-branch] r277750 - grammar fix

Nico Weber via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 4 11:52:17 PDT 2016


Author: nico
Date: Thu Aug  4 13:52:17 2016
New Revision: 277750

URL: http://llvm.org/viewvc/llvm-project?rev=277750&view=rev
Log:
grammar fix

Modified:
    cfe/branches/release_39/docs/ReleaseNotes.rst

Modified: cfe/branches/release_39/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_39/docs/ReleaseNotes.rst?rev=277750&r1=277749&r2=277750&view=diff
==============================================================================
--- cfe/branches/release_39/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_39/docs/ReleaseNotes.rst Thu Aug  4 13:52:17 2016
@@ -47,7 +47,7 @@ sections with improvements to Clang's su
 Major New Features
 ------------------
 
-- Clang will no longer passes --build-id by default to the linker. In modern
+- Clang will no longer pass --build-id by default to the linker. In modern
   linkers that is a relatively expensive option. It can be passed explicitly
   with -Wl,--build-id. To have clang always pass it, build clang with
   -DENABLE_LINKER_BUILD_ID.




More information about the llvm-branch-commits mailing list