From: Dan Gohman Date: Thu, 18 Nov 2010 17:44:17 +0000 (+0000) Subject: Fix typos. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4229c62dcfb6a02d5d93ca9f022910dced77dcb0;p=oota-llvm.git Fix typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119712 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ExpandPseudos.cpp b/lib/CodeGen/ExpandPseudos.cpp index 6e7ff593a0a..df8d02a8005 100644 --- a/lib/CodeGen/ExpandPseudos.cpp +++ b/lib/CodeGen/ExpandPseudos.cpp @@ -44,7 +44,7 @@ namespace { char ExpandPseudos::ID = 0; INITIALIZE_PASS(ExpandPseudos, "expand-pseudos", - "Expand CodeGen Psueod-instructions", false, false) + "Expand CodeGen Pseudo-instructions", false, false) FunctionPass *llvm::createExpandPseudosPass() { return new ExpandPseudos();