From 19ed45a18832560dab967c179d83b71081c3a220 Mon Sep 17 00:00:00 2001 From: "Robert N. M. Watson" Date: Fri, 2 May 2014 21:00:09 +0100 Subject: [PATCH] Update comment. --- sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c index 18fb8cd93966..7ed6f2ecd3fa 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c @@ -65,7 +65,7 @@ static struct ttydevsw aju_ttydevsw = { /* * When polling for the AC bit, the number of times we have to not see it - * before assuming JTAG has disappeared on us. By default, one second. + * before assuming JTAG has disappeared on us. By default, two seconds. */ #define AJU_JTAG_MAXMISS 10