From 76043670d5cb1337d171e9cd391a9b31876002a4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 16 Nov 2010 21:27:00 +0000 Subject: [PATCH] Fix grammaro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119386 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/ExpandPseudos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/ExpandPseudos.cpp b/lib/CodeGen/ExpandPseudos.cpp index 4f9e8ad2ae0..2f7bc8f6d46 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.