[llvm] r323544 - [NFC] Remove apostrophe to use 'it' in the possessive form.

Matt Davis via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 10:43:57 PST 2018


Author: mattd
Date: Fri Jan 26 10:43:57 2018
New Revision: 323544

URL: http://llvm.org/viewvc/llvm-project?rev=323544&view=rev
Log:
[NFC] Remove apostrophe to use 'it' in the possessive form.

Summary: This is  a simple change to test commit access with.

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D42586

Modified:
    llvm/trunk/docs/AdvancedBuilds.rst

Modified: llvm/trunk/docs/AdvancedBuilds.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AdvancedBuilds.rst?rev=323544&r1=323543&r2=323544&view=diff
==============================================================================
--- llvm/trunk/docs/AdvancedBuilds.rst (original)
+++ llvm/trunk/docs/AdvancedBuilds.rst Fri Jan 26 10:43:57 2018
@@ -151,7 +151,7 @@ The PGO came cache generates the followi
 =======================
 
 In the ancient lore of compilers non-determinism is like the multi-headed hydra.
-Whenever it's head pops up, terror and chaos ensue.
+Whenever its head pops up, terror and chaos ensue.
 
 Historically one of the tests to verify that a compiler was deterministic would
 be a three stage build. The idea of a three stage build is you take your sources




More information about the llvm-commits mailing list