Fix typos in source comments

Found by codespell.
This commit is contained in:
Guillem Jover
2011-10-23 19:27:44 +02:00
parent 0acd86f6eb
commit 2fb7200d45
3 changed files with 5 additions and 5 deletions

View File

@@ -86,7 +86,7 @@
* Select the top of the heap and 'heapify'. Since by far the most expensive
* action is the call to the compar function, a considerable optimization
* in the average case can be achieved due to the fact that k, the displaced
* elememt, is ususally quite small, so it would be preferable to first
* elememt, is usually quite small, so it would be preferable to first
* heapify, always maintaining the invariant that the larger child is copied
* over its parent's record.
*