diff options
Diffstat (limited to 'sim/lm32/dv-lm32uart.c')
-rw-r--r-- | sim/lm32/dv-lm32uart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/lm32/dv-lm32uart.c b/sim/lm32/dv-lm32uart.c index 345f937..e3ec47e 100644 --- a/sim/lm32/dv-lm32uart.c +++ b/sim/lm32/dv-lm32uart.c @@ -1,7 +1,7 @@ /* Lattice Mico32 UART model. Contributed by Jon Beniston <jon@beniston.com> - Copyright (C) 2009-2024 Free Software Foundation, Inc. + Copyright (C) 2009-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -97,7 +97,7 @@ do_uart_tx_event (struct hw *me, void *data) hw_port_event (me, INT_PORT, 1); } - /* Indicate which interrupt has occured. */ + /* Indicate which interrupt has occurred. */ uart->iir = MICOUART_IIR_TXRDY; /* Indicate THR is empty. */ |