avr: Documentation syntax fix.
[bertos.git] / 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).
         */