Fix grammaro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-11-16 21:27:00 +00:00
parent 61f1a97e61
commit 76043670d5

View 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.