We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a255433 commit 0556913Copy full SHA for 0556913
include/priority_queue.h
@@ -75,7 +75,7 @@ namespace alg {
75
list_add(&n->node, &m_head);
76
m_count++;
77
} else {
78
- // sequentially find the apropriate position
+ // sequentially find the appropriate position
79
PQNode * pos;
80
bool found = false;
81
list_for_each_entry(pos, &m_head, node) {
0 commit comments