Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 26 Oct 2012 04:27:49 +0000 (04:27 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 26 Oct 2012 04:27:49 +0000 (04:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166750 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ScheduleDAGInstrs.cpp

index 8dcbf83353dcb8e010bff89ab46757d65eff324a..496473d3a4b2a639287954d1aebee846cf8d803c 100644 (file)
@@ -71,7 +71,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) {
       // object. We don't have to worry about the case where the
       // object address is somehow being computed by the multiply,
       // because our callers only care when the result is an
-      // identifibale object.
+      // identifiable object.
       if (U->getOpcode() != Instruction::Add ||
           (!isa<ConstantInt>(U->getOperand(1)) &&
            Operator::getOpcode(U->getOperand(1)) != Instruction::Mul))