diff --git a/src/tty.c b/src/tty.c index 3f3bbb3..760f263 100644 --- a/src/tty.c +++ b/src/tty.c @@ -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;