Update text

This commit is contained in:
Martin Lund 2022-06-16 11:15:32 +02:00
parent cd03af190c
commit 1e8c950e9d

View file

@ -401,8 +401,8 @@ void tty_configure(void)
/* Set speed */ /* Set speed */
switch (option.baudrate) switch (option.baudrate)
{ {
/* The macro below expands into switch cases autogenerated by the /* The macro below expands into switch cases autogenerated by meson
* configure script. Each switch case verifies and configures the baud * configure. Each switch case verifies and configures the baud
* rate and is of the form: * rate and is of the form:
* *
* case $baudrate: baudrate = B$baudrate; break; * case $baudrate: baudrate = B$baudrate; break;