Date: Mon, 19 Jul 2021 16:19:32 GMT From: Jessica Clarke <jrtc27@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 439097486ba0 - main - acpi: Fix a repeated comment typo Message-ID: <202107191619.16JGJWcr036087@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=439097486ba0453e057c05d548fa306d91c784e5 commit 439097486ba0453e057c05d548fa306d91c784e5 Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2021-07-19 16:19:23 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2021-07-19 16:19:23 +0000 acpi: Fix a repeated comment typo --- sys/amd64/acpica/acpi_machdep.c | 2 +- sys/arm64/acpica/acpi_machdep.c | 2 +- sys/i386/acpica/acpi_machdep.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index 9bf4eb020f7a..a443c8693aa3 100644 --- a/sys/amd64/acpica/acpi_machdep.c +++ b/sys/amd64/acpica/acpi_machdep.c @@ -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) diff --git a/sys/arm64/acpica/acpi_machdep.c b/sys/arm64/acpica/acpi_machdep.c index d164ac250d4f..478da9ec49ec 100644 --- a/sys/arm64/acpica/acpi_machdep.c +++ b/sys/arm64/acpica/acpi_machdep.c @@ -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) diff --git a/sys/i386/acpica/acpi_machdep.c b/sys/i386/acpica/acpi_machdep.c index 3acf149dba11..ca18b6d11f68 100644 --- a/sys/i386/acpica/acpi_machdep.c +++ b/sys/i386/acpica/acpi_machdep.c @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107191619.16JGJWcr036087>