# HG changeset patch # User Mychaela Falconia # Date 1584134141 0 # Node ID 49fe64a5e207b17464b3a3a65d02fecf0611f8a3 # Parent ebb9377cf52ce75d4434fa6faf7019d2c49ece79 fluid-mnf/serial.c: comment typo fix diff -r ebb9377cf52c -r 49fe64a5e207 fluid-mnf/serial.c --- a/fluid-mnf/serial.c Fri Mar 13 20:56:47 2020 +0000 +++ b/fluid-mnf/serial.c Fri Mar 13 21:15:41 2020 +0000 @@ -13,7 +13,7 @@ * * Because FLUID supports Calypso high baud rates of 203125, 406250 and 812500 * bps, as well as D-Sample XXO (eXternal Xtal Oscillator) baud rates of - * 230400, 460800 and 912600 bps, the present fluid-mnf port had to be made + * 230400, 460800 and 921600 bps, the present fluid-mnf port had to be made * quite Linux-specific, using the same raw ioctl approach as is used in * freecalypso-tools/libserial-linux. *