r272260 - Replace an ambiguous "it"

Rafael Espindola via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 06:35:56 PDT 2016


Author: rafael
Date: Thu Jun  9 08:35:55 2016
New Revision: 272260

URL: http://llvm.org/viewvc/llvm-project?rev=272260&view=rev
Log:
Replace an ambiguous "it"

Thanks to Sean for the suggestion.

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=272260&r1=272259&r2=272260&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Thu Jun  9 08:35:55 2016
@@ -49,7 +49,7 @@ Major New Features
 
 - Clang will no longer passes --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 it with
+  with -Wl,--build-id. To have clang always pass it, build clang with
   -DENABLE_LINKER_BUILD_ID.
 
 Improvements to Clang's diagnostics




More information about the cfe-commits mailing list