Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Fri, 7 Aug 2009 01:26:06 +0000 (01:26 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 7 Aug 2009 01:26:06 +0000 (01:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78362 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ScheduleDAGInstrs.cpp

index 221fd8b098a96a57b7771084b98fb94083ea4d10..cb689cdc8a5eaf9c3115b2c0ff3ae91a7e64433c 100644 (file)
@@ -58,7 +58,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) {
       // If we find an add of a constant or a multiplied value, it's
       // likely that the other operand will lead us to the base
       // object. We don't have to worry about the case where the
-      // object address is somehow being computed bt the multiply,
+      // object address is somehow being computed by the multiply,
       // because our callers only care when the result is an
       // identifibale object.
       if (U->getOpcode() != Instruction::Add ||