From c85d0a28de3bd50ff4237cbd44db28a9f449944f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 19 Nov 2013 12:30:55 +0100 Subject: [PATCH] Fix minor Doxygen warning. --- libserialport.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.