OSDN Git Service

Fix typos.
authorDan Gohman <gohman@apple.com>
Thu, 18 Nov 2010 17:44:17 +0000 (17:44 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Nov 2010 17:44:17 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119712 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ExpandPseudos.cpp

index 6e7ff59..df8d02a 100644 (file)
@@ -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();