From: bernie Date: Sun, 10 Aug 2008 17:16:45 +0000 (+0000) Subject: avr: Documentation syntax fix. X-Git-Tag: 2.0.0~332 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=5ee0faa31c29bde72eebfc2646b7925e20e3e648;p=bertos.git avr: Documentation syntax fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1602 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/attr.h b/bertos/cpu/attr.h index 59748126..bfcb705e 100644 --- a/bertos/cpu/attr.h +++ b/bertos/cpu/attr.h @@ -318,7 +318,7 @@ #elif CPU_AVR /* - * In AVR, the addresses are pushed into the stack as little-endian, while + * On AVR, addresses are pushed into the stack as little-endian, while * memory accesses are big-endian (actually, it's a 8-bit CPU, so there is * no natural endianess). */