]> sigrok.org Git - libserialport.git/blobdiff - libserialport.h.in
Fix minor Doxygen warning.
[libserialport.git] / libserialport.h.in
index 06058c25253c13d3f7412d75ff6bfc837e838cd6..f6ac453614760a0ee8f9279e0abcd44cf70bb82c 100644 (file)
@@ -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.