Module Name: src Committed By: rillig Date: Tue Mar 26 22:01:03 UTC 2024
Modified Files: src/sys/dev/acpi: apei.c apei_einj.c Log Message: apei: fix typos in comments To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/apei.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/apei_einj.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/acpi/apei.c diff -u src/sys/dev/acpi/apei.c:1.2 src/sys/dev/acpi/apei.c:1.3 --- src/sys/dev/acpi/apei.c:1.2 Sat Mar 23 03:41:35 2024 +++ src/sys/dev/acpi/apei.c Tue Mar 26 22:01:03 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: apei.c,v 1.2 2024/03/23 03:41:35 riastradh Exp $ */ +/* $NetBSD: apei.c,v 1.3 2024/03/26 22:01:03 rillig Exp $ */ /*- * Copyright (c) 2024 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: apei.c,v 1.2 2024/03/23 03:41:35 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: apei.c,v 1.3 2024/03/26 22:01:03 rillig Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -305,7 +305,7 @@ apei_cper_guid_dec(const uint8_t buf[sta * apei_format_guid(uuid, s) * * Format a UUID as a string. This uses C initializer notation, - * not UUID notation, in order to match what the text in the UEFI + * not UUID notation, in order to match the text in the UEFI * specification. */ static void Index: src/sys/dev/acpi/apei_einj.c diff -u src/sys/dev/acpi/apei_einj.c:1.5 src/sys/dev/acpi/apei_einj.c:1.6 --- src/sys/dev/acpi/apei_einj.c:1.5 Fri Mar 22 20:48:14 2024 +++ src/sys/dev/acpi/apei_einj.c Tue Mar 26 22:01:03 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: apei_einj.c,v 1.5 2024/03/22 20:48:14 riastradh Exp $ */ +/* $NetBSD: apei_einj.c,v 1.6 2024/03/26 22:01:03 rillig Exp $ */ /*- * Copyright (c) 2024 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: apei_einj.c,v 1.5 2024/03/22 20:48:14 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: apei_einj.c,v 1.6 2024/03/26 22:01:03 rillig Exp $"); #include <sys/types.h> @@ -114,7 +114,7 @@ static const char *const apei_einj_instr /* * apei_einj_instreg * - * Table of which isntructions use a register operand. + * Table of which instructions use a register operand. * * Must match apei_einj_instfunc. */