Commit 458ac49
committed
[ADT] Adjust a comment for one of the DenseMap constructors (NFC)
We now have:
explicit SmallDenseMap(unsigned NumElementsToReservre = 0) {
init(NumElementsToReservre);
}
This patch adjusts the variable name in the DenseMap counterpart for
consistency and clarity.1 parent 5719fb8 commit 458ac49
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
714 | | - | |
715 | | - | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
716 | 718 | | |
717 | 719 | | |
718 | 720 | | |
| |||
0 commit comments