summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Burnicki <martin.burnicki@meinberg.de>2022-10-24 13:25:26 +0200
committerMartin Burnicki <martin.burnicki@meinberg.de>2022-10-24 13:25:26 +0200
commit19a6a69731b98dfd56a98eccb14ef934427dd1b5 (patch)
treef91092aa55df7bf9ed8a64e7f80fd572c7411390
parentb083bf5ee8bf20884372d7322b76a5bd81be3565 (diff)
downloadgpsxmple-devel.tar.gz
gpsxmple-devel.zip
Tiny changes in set-serial-port.cdevel
-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.