Fix spelling.
authorDuncan Sands <baldrick@free.fr>
Tue, 17 Jun 2008 03:24:13 +0000 (03:24 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 17 Jun 2008 03:24:13 +0000 (03:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index a55f904b218c1c7aaef25db59da9486e46d710bb..50799d10edcb4a2014218aac003f924e4db68273 100644 (file)
@@ -4283,7 +4283,7 @@ void SelectionDAGLowering::visitInlineAsm(CallSite CS) {
       // Copy the output from the appropriate register.  Find a register that
       // we can use.
       if (OpInfo.AssignedRegs.Regs.empty()) {
-        cerr << "Couldn't allocate output reg for contraint '"
+        cerr << "Couldn't allocate output reg for constraint '"
              << OpInfo.ConstraintCode << "'!\n";
         exit(1);
       }