summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/utils/byte.h
diff options
context:
space:
mode:
authorNicolas Schodet2008-06-17 22:57:36 +0200
committerNicolas Schodet2008-06-17 22:57:36 +0200
commitb56dcf06e561729f87670d32f3b75c4aeddfee29 (patch)
treead27af7f888088605ed2f15671cbc31ed45fd84f /digital/avr/modules/utils/byte.h
parent6d80ec02ad6e02058b80e8cb3072d66350e82681 (diff)
* digital/avr/modules/utils:
- updated doc.
Diffstat (limited to 'digital/avr/modules/utils/byte.h')
-rw-r--r--digital/avr/modules/utils/byte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/utils/byte.h b/digital/avr/modules/utils/byte.h
index 436e0054..f3565755 100644
--- a/digital/avr/modules/utils/byte.h
+++ b/digital/avr/modules/utils/byte.h
@@ -27,7 +27,7 @@
/** WARNING: Theses functions only works on little endian processor, do not
* use them on other processors, prefer the portable bit shifts and or. This
- * file only exist to overide bad code production with avr-gcc in the bit
+ * file only exist to override bad code production with avr-gcc in the bit
* shifts idiom. */
/* Union needed for byte access. */