mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-21 15:51:46 +02:00
Fix typos in source comments
Found by codespell.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user