From ad405ce3d2cfb389d3dbf7d22da6b693f7eaa06a Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Mon, 27 Sep 2004 20:35:59 +0000
Subject: [PATCH] Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16529 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ExtendingLLVM.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index 8e2a90409cb..1c2408ab59d 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -108,8 +108,8 @@ function and then be turned into an instruction if warranted.
llvm/test/Regression/*: add your test cases to the test suite.
-If this intrinsic requires code generator support (ie, it cannot be lowered).
-You should also add support to the code generator in question.
+If this intrinsic requires code generator support (i.e., it cannot be
+lowered), you should also add support to the code generator in question.
--
2.34.1