Module Name: src
Committed By: andvar
Date: Sun Jan 28 10:09:54 UTC 2024
Modified Files:
src/usr.sbin/acpitools/aml: aml_common.h
Log Message:
s/errer/error/ in log message.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/acpitools/aml/aml_common.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/acpitools/aml/aml_common.h
diff -u src/usr.sbin/acpitools/aml/aml_common.h:1.2 src/usr.sbin/acpitools/aml/aml_common.h:1.3
--- src/usr.sbin/acpitools/aml/aml_common.h:1.2 Thu Jun 30 20:09:42 2011
+++ src/usr.sbin/acpitools/aml/aml_common.h Sun Jan 28 10:09:54 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: aml_common.h,v 1.2 2011/06/30 20:09:42 wiz Exp $ */
+/* $NetBSD: aml_common.h,v 1.3 2024/01/28 10:09:54 andvar Exp $ */
/*-
* Copyright (c) 2000 Mitsuru IWASAKI <[email protected]>
@@ -37,7 +37,7 @@
*/
#ifdef _KERNEL
#define AML_SYSABORT() do { \
- printf("aml: fatal errer at %s:%d\n", __FILE__, __LINE__); \
+ printf("aml: fatal error at %s:%d\n", __FILE__, __LINE__); \
panic("panic in AML interpreter!"); \
} while(0)
#define AML_SYSASSERT(x) do { \