acpi: Fix a repeated comment typo

This commit is contained in:
Jessica Clarke 2021-07-19 17:19:23 +01:00
parent 52fba9a943
commit 439097486b
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)