X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libserialport.h.in;h=f6ac453614760a0ee8f9279e0abcd44cf70bb82c;hb=c85d0a28de3bd50ff4237cbd44db28a9f449944f;hp=06058c25253c13d3f7412d75ff6bfc837e838cd6;hpb=c200f5c1449bd3a82f166f8243e08a41530db3d1;p=libserialport.git diff --git a/libserialport.h.in b/libserialport.h.in index 06058c2..f6ac453 100644 --- a/libserialport.h.in +++ b/libserialport.h.in @@ -352,7 +352,7 @@ enum sp_return sp_set_config(struct sp_port *port, const struct sp_port_config * Sets the baud rate for the specified serial port. @param port Pointer to port structure. - @param baud Baud rate in bits per second. + @param baudrate Baud rate in bits per second. @return SP_OK on success, SP_ERR_FAIL on failure, or SP_ERR_ARG for invalid arguments.