aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-16 21:27:00 +0000
committerDan Gohman <gohman@apple.com>2010-11-16 21:27:00 +0000
commit76043670d5cb1337d171e9cd391a9b31876002a4 (patch)
tree62605286742eb2c1fccdc1c0a4c5dcdebb1295d5 /lib
parent61f1a97e61bf56bfdc56da0e20f5a866f66919f6 (diff)
downloadexternal_llvm-76043670d5cb1337d171e9cd391a9b31876002a4.zip
external_llvm-76043670d5cb1337d171e9cd391a9b31876002a4.tar.gz
external_llvm-76043670d5cb1337d171e9cd391a9b31876002a4.tar.bz2
Fix grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/ExpandPseudos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ExpandPseudos.cpp b/lib/CodeGen/ExpandPseudos.cpp
index 4f9e8ad..2f7bc8f 100644
--- a/lib/CodeGen/ExpandPseudos.cpp
+++ b/lib/CodeGen/ExpandPseudos.cpp
@@ -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.