From 4f3a0356a42bbe180bcb2f51ce52ca7468d6743e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Thu, 6 Sep 2018 22:48:11 +0200 Subject: [PATCH] minor: fix typo in comment Change-Id: I3edb50abe93bc8574c9c1f25b34f75dab2e8f0ce --- firmware/apps/cardem/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/apps/cardem/main.c b/firmware/apps/cardem/main.c index 0b5fbdee..ef24c360 100644 --- a/firmware/apps/cardem/main.c +++ b/firmware/apps/cardem/main.c @@ -129,9 +129,8 @@ static void check_exec_dbg_cmd(void) return; ch = UART_GetChar(); - /* We must echo the character to make python fdexpect happy, whcih we use in factory testing */ + /* We must echo the character to make python fdexpect happy, which we use in factory testing */ fputc(ch, stdout); - board_exec_dbg_cmd(ch); }