From 19a6a69731b98dfd56a98eccb14ef934427dd1b5 Mon Sep 17 00:00:00 2001 From: Martin Burnicki Date: Mon, 24 Oct 2022 13:25:26 +0200 Subject: Tiny changes in set-serial-port.c --- set-serial-port.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/set-serial-port.c b/set-serial-port.c index a9835e1..1135a24 100644 --- a/set-serial-port.c +++ b/set-serial-port.c @@ -131,7 +131,7 @@ out: static /*HDR*/ /** - * @brief Check if new serial port setting yield a valid configuration. + * @brief Check if new serial port settings yield a valid configuration. * * The function ::mbgextio_get_serial_settings must have been called before * to read the current settings and configuration options and store them @@ -333,7 +333,7 @@ int main( int argc, char *argv[] ) // Device "handle" set up when a device is opened. MBG_MSG_CTL *pmctl = NULL; - // A sub-device address, not used here, so NULL + // A sub-device address, not used here, so NULL. XBP_ADDR *p_addr = NULL; // Default baud rate and framing used to connect to a device. -- cgit v1.2.3