mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
acpi: Fix a repeated comment typo
This commit is contained in:
parent
52fba9a943
commit
439097486b
@ -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 New Issue
Block a user