Thread: SPI_getbinval() documentation correction

SPI_getbinval() documentation correction

From
Michael Fuhr
Date:
The synopsis for SPI_getbinval() shows the third argument being
"colnumber" but in the Arguments section it appears as "rownumber."
This patch corrects that.

The patch is against HEAD but 8.0 and 7.4 have the same mistake.

--
Michael Fuhr

Attachment

Re: SPI_getbinval() documentation correction

From
Neil Conway
Date:
Michael Fuhr wrote:
> The synopsis for SPI_getbinval() shows the third argument being
> "colnumber" but in the Arguments section it appears as "rownumber."
> This patch corrects that.

Thanks for the patch -- applied to HEAD, 8.0, and 7.4

-Neil