Fix a typo
authorNadav Rotem <nrotem@apple.com>
Fri, 29 Mar 2013 16:34:23 +0000 (16:34 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 29 Mar 2013 16:34:23 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178346 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineBlockPlacement.cpp

index 3b09c6b779e8ef548280a26cff1295a7472eb479..cd948e24a6b21a649636fe123b723699fb9b7d56 100644 (file)
@@ -1061,7 +1061,7 @@ void MachineBlockPlacement::buildCFGChains(MachineFunction &F) {
     }
 
     // Align this block if the layout predecessor's edge into this block is
-    // cold relative to the block. When this is true, othe predecessors make up
+    // cold relative to the block. When this is true, other predecessors make up
     // all of the hot entries into the block and thus alignment is likely to be
     // important.
     BranchProbability LayoutProb = MBPI->getEdgeProbability(LayoutPred, *BI);