1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 11:52:25 +00:00

Remove mention of TRASE. (#197)

This macro no longer exists and one message had it as a typo.
This commit is contained in:
Bruce Mitchener
2021-01-10 01:17:03 +07:00
committed by GitHub
parent 16c6b8f7c3
commit b45e249a08
2 changed files with 1 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ void tty_setbaudrate() {
int tty_baudtosymbol(short aBaud)
{
#ifdef TRACE
printf("TRASE: tty_baudtosymbol(%x)\n", aBaud);
printf("TRACE: tty_baudtosymbol(%x)\n", aBaud);
#endif
if (aBaud == 0) return (B50);