From: Brian Gaeke Date: Sun, 23 May 2004 05:10:06 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79333da2bb03356ba227ef43180540b5949988a6;p=oota-llvm.git Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13643 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp index 122a97ea794..a0cbb000bb5 100644 --- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp +++ b/lib/Target/SparcV9/SparcV9InstrSelection.cpp @@ -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,