X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Farray.h;h=109aee4c611832a4733c95bdbe70fccbaa7f1e08;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=a867adea5a91301dd8185dfc394d717a654863bc;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/libpspp/array.h b/src/libpspp/array.h index a867adea..109aee4c 100644 --- a/src/libpspp/array.h +++ b/src/libpspp/array.h @@ -223,8 +223,8 @@ void sort_heap (void *array, size_t count, size_t size, algo_compare_func *compare, const void *aux); /* ARRAY contains COUNT elements of SIZE bytes each. This - function tests whether ARRAY is a heap and returns true if so, - false otherwise. Uses COMPARE to compare elements, passing + function tests whether ARRAY is a heap and returns true if so, + false otherwise. Uses COMPARE to compare elements, passing AUX as auxiliary data. */ bool is_heap (const void *array, size_t count, size_t size, algo_compare_func *compare, const void *aux);