summary refs log tree commit diff stats
path: root/include/hw/char/avr_usart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/char/avr_usart.h')
-rw-r--r--include/hw/char/avr_usart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/char/avr_usart.h b/include/hw/char/avr_usart.h
index 62eaa1528e..0cc599e9b1 100644
--- a/include/hw/char/avr_usart.h
+++ b/include/hw/char/avr_usart.h
@@ -34,7 +34,7 @@
 #define USART_BRRH 0x05
 #define USART_BRRL 0x04
 
-/* Relevant bits in regiters. */
+/* Relevant bits in registers. */
 #define USART_CSRA_RXC    (1 << 7)
 #define USART_CSRA_TXC    (1 << 6)
 #define USART_CSRA_DRE    (1 << 5)