diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-10-11 19:23:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-10-11 21:27:46 +0000 |
| commit | 0bd23ca0ee28894c44aa7b4bdfb5609bfb1e2303 (patch) | |
| tree | f7ae088ec3c23370e14cbe3eae8b8581bb89684b /sys | |
| parent | 9d81f99b127fe8533a6049df5d265ec8b176dfbb (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/uart/uart_cpu_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_cpu_acpi.c b/sys/dev/uart/uart_cpu_acpi.c index 7892437e11de..ae22a9822aa6 100644 --- a/sys/dev/uart/uart_cpu_acpi.c +++ b/sys/dev/uart/uart_cpu_acpi.c @@ -222,7 +222,7 @@ uart_cpu_acpi_dbg2(struct uart_devinfo *di) int error; bool found; - /* Look for the SPCR table. */ + /* Look for the DBG2 table. */ dbg2_physaddr = acpi_find_table(ACPI_SIG_DBG2); if (dbg2_physaddr == 0) return (ENXIO); |
