Fix a typo in a comment.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 23 May 2004 05:10:06 +0000 (05:10 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 23 May 2004 05:10:06 +0000 (05:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13643 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9InstrSelection.cpp

index 122a97ea7945b6dbe9096206a2f6958c79c919a5..a0cbb000bb585f06a20df1554901832f3ef8d7fd 100644 (file)
@@ -2867,7 +2867,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
           // Make sure not to substitute an upwards-exposed use -- that would
           // introduce a use of `tmpI' with no preceding def.  Therefore,
           // substitute a use or def-and-use operand only if a previous def
-          // operand has already been substituted (i.e., numSusbt > 0).
+          // operand has already been substituted (i.e., numSubst > 0).
           // 
           numSubst += mvec[i]->substituteValue(dest, tmpI,
                                                /*defsOnly*/ numSubst == 0,