From 5ee0faa31c29bde72eebfc2646b7925e20e3e648 Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 10 Aug 2008 17:16:45 +0000 Subject: [PATCH] avr: Documentation syntax fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1602 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). */ -- 2.25.1