From: aleph Date: Thu, 8 Jan 2009 14:34:21 +0000 (+0000) Subject: Fix simple typo X-Git-Tag: 2.1.0~540 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fc026f3166bff01a2c2d9f005506bc363cdc26d3;p=bertos.git Fix simple typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2142 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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)