From fc026f3166bff01a2c2d9f005506bc363cdc26d3 Mon Sep 17 00:00:00 2001 From: aleph Date: Thu, 8 Jan 2009 14:34:21 +0000 Subject: [PATCH] Fix simple typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2142 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/avr/drv/kdebug_avr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cpu/avr/drv/kdebug_avr.c b/bertos/cpu/avr/drv/kdebug_avr.c index 11d983d0..d8e14637 100644 --- a/bertos/cpu/avr/drv/kdebug_avr.c +++ b/bertos/cpu/avr/drv/kdebug_avr.c @@ -190,7 +190,7 @@ /** * Putchar for BITBANG serial debug console. * Sometimes, we can't permit to use a whole serial for debugging purpose. - * Since debug console is in output only it is usefull to use a single generic I/O pin for debug. + * Since debug console is in output only it is useful to use a single generic I/O pin for debug. * This is achieved by this simple function, that shift out the data like a UART, but * in software :) * The only requirement is that SER_BITBANG_* macros will be defined somewhere (usually hw_ser.h) -- 2.25.1