Fix typo in iqsort.h
comparision -> comparison
This commit is contained in:
parent
68cf9f7514
commit
e78000c879
@ -38,7 +38,7 @@
|
|||||||
* 1) type of each element, TYPE,
|
* 1) type of each element, TYPE,
|
||||||
* 2) address of the beginning of the array, of type TYPE*,
|
* 2) address of the beginning of the array, of type TYPE*,
|
||||||
* 3) number of elements in the array, and
|
* 3) number of elements in the array, and
|
||||||
* 4) comparision routine.
|
* 4) comparison routine.
|
||||||
* Array pointer and number of elements are referenced only once.
|
* Array pointer and number of elements are referenced only once.
|
||||||
* This is similar to a call
|
* This is similar to a call
|
||||||
* qsort(BASE,NELT,sizeof(TYPE),ISLT)
|
* qsort(BASE,NELT,sizeof(TYPE),ISLT)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user