summaryrefslogtreecommitdiff
path: root/digital/avr/modules/utils/byte.h
diff options
context:
space:
mode:
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. */