Fix grammaro.
authorDan Gohman <gohman@apple.com>
Tue, 16 Nov 2010 21:27:00 +0000 (21:27 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 16 Nov 2010 21:27:00 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119386 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ExpandPseudos.cpp

index 4f9e8ad2ae0b2a19c2247b1f9cdf1600377954c3..2f7bc8f6d46ddcdbbbccf17f98baa44288d3e319 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// Expand Psuedo-instructions produced by ISel. These is usually to allow
+// Expand Psuedo-instructions produced by ISel. These are usually to allow
 // the expansion to contain control flow, such as a conditional move
 // implemented with a conditional branch and a phi, or an atomic operation
 // implemented with a loop.