Correcting the description of the third argument to NS_QuickSort. r=dbaron.

This commit is contained in:
bryner%netscape.com 2005-11-02 16:05:12 +00:00
Родитель 88e93316ef
Коммит ac7665be59
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,7 @@ NS_BEGIN_EXTERN_C
* Parameters: * Parameters:
* 1. the array to sort * 1. the array to sort
* 2. the number of elements in the array * 2. the number of elements in the array
* 3. the size of the array * 3. the size of each array element
* 4. comparison function taking two elements and parameter #5 and * 4. comparison function taking two elements and parameter #5 and
* returning an integer: * returning an integer:
* + less than zero if the first element should be before the second * + less than zero if the first element should be before the second