renamed params

This commit is contained in:
Jim O'Regan 2015-07-20 17:42:09 +01:00
parent d87b5ddf90
commit c8ee174db4

View File

@ -2257,9 +2257,9 @@ uinT16 DegreesOfFreedom(DISTRIBUTION Distribution, uinT16 HistogramBuckets) {
* This routine is used to search a list of histogram data * This routine is used to search a list of histogram data
* structures to find one with the specified number of * structures to find one with the specified number of
* buckets. It is called by the list search routines. * buckets. It is called by the list search routines.
* @param Histogram current histogram being tested for a match * @param arg1 current histogram being tested for a match
* @param DesiredNumberOfBuckets match key * @param arg2 match key
* @return TRUE if Histogram matches DesiredNumberOfBuckets * @return TRUE if arg1 matches arg2
* @note Exceptions: none * @note Exceptions: none
* @note History: Thu Aug 3 14:17:33 1989, DSJ, Created. * @note History: Thu Aug 3 14:17:33 1989, DSJ, Created.
*/ */