Fix grammar.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 27 Sep 2004 20:35:59 +0000 (20:35 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 27 Sep 2004 20:35:59 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16529 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExtendingLLVM.html

index 8e2a90409cb85b5652301da207d0d9b73a433acc..1c2408ab59df8a3ce94c2e11eab571451067b433 100644 (file)
@@ -108,8 +108,8 @@ function and then be turned into an instruction if warranted.</p>
 <li><tt>llvm/test/Regression/*</tt>: add your test cases to the test suite.</li>
 </ol>
 
-<p>If this intrinsic requires code generator support (ie, it cannot be lowered).
-You should also add support to the code generator in question.</p>
+<p>If this intrinsic requires code generator support (i.e., it cannot be
+lowered), you should also add support to the code generator in question.</p>
 
 </div>