diff options
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/binaryheap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/binaryheap.hpp b/src/misc/binaryheap.hpp index 7168cd03c..65c026ac0 100644 --- a/src/misc/binaryheap.hpp +++ b/src/misc/binaryheap.hpp @@ -23,7 +23,7 @@ /** * Binary Heap as C++ template. - * A carrier which keeps it's items automaticaly holds the smallest item at + * A carrier which keeps its items automaticaly holds the smallest item at * the first position. The order of items is maintained by using a binary tree. * The implementation is used for priority queue's. * |