diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-02-08 22:27:33 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-02-08 22:27:33 +0000 |
commit | 3480e935d05c0abc4da4a8f12fcf45fe9f66045a (patch) | |
tree | 7be45b0c210a766a08be890c621bb11a52ea724b /llvm/lib/Transforms | |
parent | c5b7b2494934e738da87e7f053448f138c03a95e (diff) | |
download | bcm5719-llvm-3480e935d05c0abc4da4a8f12fcf45fe9f66045a.tar.gz bcm5719-llvm-3480e935d05c0abc4da4a8f12fcf45fe9f66045a.zip |
Fix grammar-o.
llvm-svn: 11210
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LowerInvoke.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LowerInvoke.cpp b/llvm/lib/Transforms/Scalar/LowerInvoke.cpp index 1f278dbfb6d..f06eecde1a7 100644 --- a/llvm/lib/Transforms/Scalar/LowerInvoke.cpp +++ b/llvm/lib/Transforms/Scalar/LowerInvoke.cpp @@ -153,7 +153,7 @@ bool LowerInvoke::doInitialization(Module &M) { // Unfortunately, 'write' can end up being prototyped in several different // ways. If the user defines a three (or more) operand function named 'write' - // we will used their prototype. We _do not_ want to insert another instance + // we will use their prototype. We _do not_ want to insert another instance // of a write prototype, because we don't know that the funcresolve pass will // run after us. If there is a definition of a write function, but it's not // suitable for our uses, we just don't emit write calls. If there is no |