summary refs log tree commit diff stats
path: root/include/hw/char/avr_usart.h
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:33:02 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-08 13:08:52 +0300
commita1a62ced51bd33716c79719246ac969447acadb2 (patch)
tree9ab0cd9c30179efafcce953e5e379defc8734fd5 /include/hw/char/avr_usart.h
parent528ea579c93b19b95c9a190c5ae4d42473401979 (diff)
downloadfocaccia-qemu-a1a62ced51bd33716c79719246ac969447acadb2.tar.gz
focaccia-qemu-a1a62ced51bd33716c79719246ac969447acadb2.zip
include/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
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)