summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--set-serial-port.c4
1 files 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.