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 */
switch (option.baudrate)
{
/* The macro below expands into switch cases autogenerated by the
* configure script. Each switch case verifies and configures the baud
/* The macro below expands into switch cases autogenerated by meson
* configure. Each switch case verifies and configures the baud
* rate and is of the form:
*
* case $baudrate: baudrate = B$baudrate; break;