git: 439097486ba0 - main - acpi: Fix a repeated comment typo

Jessica Clarke jrtc27 at FreeBSD.org
Mon Jul 19 16:19:32 UTC 2021


The branch main has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=439097486ba0453e057c05d548fa306d91c784e5

commit 439097486ba0453e057c05d548fa306d91c784e5
Author:     Jessica Clarke <jrtc27 at FreeBSD.org>
AuthorDate: 2021-07-19 16:19:23 +0000
Commit:     Jessica Clarke <jrtc27 at 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)


More information about the dev-commits-src-all mailing list