util/IntrusiveList: fix typos
This commit is contained in:
parent
84fd401d21
commit
af544bb16f
@ -559,7 +559,7 @@ public:
|
|||||||
* given position.
|
* given position.
|
||||||
*/
|
*/
|
||||||
void splice(iterator position, IntrusiveList &from) noexcept {
|
void splice(iterator position, IntrusiveList &from) noexcept {
|
||||||
spice(position, from, from.begin(), from.end(),
|
splice(position, from, from.begin(), from.end(),
|
||||||
constant_time_size ? size() : 1);
|
from.constant_time_size ? from.size() : 1);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user