2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>

* shared/console/uart.c: Fix typo.
This commit is contained in:
Joel Sherrill
2007-11-26 19:34:21 +00:00
parent 5cc0c0d3a1
commit 8545a7eafc
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/console/uart.c: Fix typo.
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1257/bsps

View File

@@ -63,7 +63,7 @@ static struct uart_data uart_data[2] = {
#define SANITY_CHECK(uart) \
assert( MAX_UARTS > (unsigned)(uart) && uart_data[(uart)].ioBase != UART_UNSUPP )
/*
* Macros to read/wirte register of uart, if configuration is
* Macros to read/write register of uart, if configuration is
* different just rewrite these macros
*/