Fix grammar-o.
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 8 Feb 2004 22:27:33 +0000 (22:27 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 8 Feb 2004 22:27:33 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11210 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LowerInvoke.cpp

index 1f278dbfb6dd6a7651d42fef87eac8d62dcd02bd..f06eecde1a7554ea9466b2ea80b938598f08a222 100644 (file)
@@ -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