avr: Documentation syntax fix.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 10 Aug 2008 17:16:45 +0000 (17:16 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 10 Aug 2008 17:16:45 +0000 (17:16 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1602 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/attr.h

index 59748126a943432a3cce7c5f2edebad4b7058ea8..bfcb705edb6c1d350fda9c827d8ecda22bb9cc07 100644 (file)
 
 #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).
         */