mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
xilinx: Fix a typo in a source code comment
- s/interrut/interrupt/ MFC after: 3 days
This commit is contained in:
parent
5014dc958f
commit
34fcce0087
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ cdnc_uart_term(struct uart_bas *bas)
|
|||
|
||||
/*
|
||||
* Put a character of console output (so we do it here polling rather than
|
||||
* interrutp driven).
|
||||
* interrupt driven).
|
||||
*/
|
||||
static void
|
||||
cdnc_uart_putc(struct uart_bas *bas, int c)
|
||||
|
|
|
|||
Loading…
Reference in a new issue