Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / include / llvm / ADT / FoldingSet.h
index 0efe78d7bd4ba97d45a97b09fb060726326d0f48..c6696b30344421ddfb456b83591687d54404ed85 100644 (file)
@@ -32,7 +32,7 @@ namespace llvm {
 /// 
 /// This class is implemented as a single-link chained hash table, where the
 /// "buckets" are actually the nodes themselves (the next pointer is in the
-/// node).  The last node points back to the bucket to simplified node removal.
+/// node).  The last node points back to the bucket to simplify node removal.
 ///
 /// Any node that is to be included in the folding set must be a subclass of
 /// FoldingSetNode.  The node class must also define a Profile method used to