mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
acpi: Fix a repeated comment typo
This commit is contained in:
parent
52fba9a943
commit
439097486b
3 changed files with 3 additions and 3 deletions
|
|
@ -122,7 +122,7 @@ map_table(vm_paddr_t pa, const char *sig)
|
|||
|
||||
/*
|
||||
* See if a given ACPI table is the requested table. Returns the
|
||||
* length of the able if it matches or zero on failure.
|
||||
* length of the table if it matches or zero on failure.
|
||||
*/
|
||||
static int
|
||||
probe_table(vm_paddr_t address, const char *sig)
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ map_table(vm_paddr_t pa, const char *sig)
|
|||
|
||||
/*
|
||||
* See if a given ACPI table is the requested table. Returns the
|
||||
* length of the able if it matches or zero on failure.
|
||||
* length of the table if it matches or zero on failure.
|
||||
*/
|
||||
static int
|
||||
probe_table(vm_paddr_t address, const char *sig)
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ map_table(vm_paddr_t pa, const char *sig)
|
|||
|
||||
/*
|
||||
* See if a given ACPI table is the requested table. Returns the
|
||||
* length of the able if it matches or zero on failure.
|
||||
* length of the table if it matches or zero on failure.
|
||||
*/
|
||||
static int
|
||||
probe_table(vm_paddr_t address, const char *sig)
|
||||
|
|
|
|||
Loading…
Reference in a new issue