File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3959,7 +3959,7 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
3959
3959
return false ;
3960
3960
}
3961
3961
3962
- LLVM_DEBUG (dbgs () << " Succesfully expanded node\n " );
3962
+ LLVM_DEBUG (dbgs () << " Successfully expanded node\n " );
3963
3963
ReplaceNode (Node, Results.data ());
3964
3964
return true ;
3965
3965
}
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ void FoldingSetBase::GrowBucketCount(unsigned NewBucketCount) {
275
275
276
276
// Clear out new buckets.
277
277
Buckets = AllocateBuckets (NewBucketCount);
278
- // Set NumBuckets only if allocation of new buckets was succesful
278
+ // Set NumBuckets only if allocation of new buckets was successful.
279
279
NumBuckets = NewBucketCount;
280
280
NumNodes = 0 ;
281
281
You can’t perform that action at this time.
0 commit comments