summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-27 20:35:59 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-27 20:35:59 +0000
commitad405ce3d2cfb389d3dbf7d22da6b693f7eaa06a (patch)
tree36fdb8fd98252f4c987d49c392e15ed31f10125d /docs
parent83c4ec0372ea689bdc842cc57c9f599eb92fba14 (diff)
downloadllvm-ad405ce3d2cfb389d3dbf7d22da6b693f7eaa06a.tar.gz
llvm-ad405ce3d2cfb389d3dbf7d22da6b693f7eaa06a.tar.bz2
llvm-ad405ce3d2cfb389d3dbf7d22da6b693f7eaa06a.tar.xz
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ExtendingLLVM.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index 8e2a90409c..1c2408ab59 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -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>