From 1e8c950e9d1a0ecf95c3809cfb31497d162d8473 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 16 Jun 2022 11:15:32 +0200 Subject: [PATCH] Update text --- src/tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;