CVS commit: src/usr.sbin/acpitools/aml

2024-01-28 Thread Andrius Varanavicius
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.



CVS commit: src/usr.sbin/acpitools/aml

2024-01-28 Thread Andrius Varanavicius
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 
@@ -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 {		\



CVS commit: src/usr.sbin/acpitools/aml

2021-12-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec 10 11:09:52 UTC 2021

Modified Files:
src/usr.sbin/acpitools/aml: aml_evalobj.c

Log Message:
s/OCCURED/OCCURRED/ in a debug message.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/acpitools/aml/aml_evalobj.c

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_evalobj.c
diff -u src/usr.sbin/acpitools/aml/aml_evalobj.c:1.2 src/usr.sbin/acpitools/aml/aml_evalobj.c:1.3
--- src/usr.sbin/acpitools/aml/aml_evalobj.c:1.2	Sun Jan 14 05:33:18 2007
+++ src/usr.sbin/acpitools/aml/aml_evalobj.c	Fri Dec 10 11:09:52 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: aml_evalobj.c,v 1.2 2007/01/14 05:33:18 dogcow Exp $	*/
+/*	$NetBSD: aml_evalobj.c,v 1.3 2021/12/10 11:09:52 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1999 Takanori Watanabe
@@ -30,7 +30,7 @@
  *	$FreeBSD: src/usr.sbin/acpi/amldb/aml/aml_evalobj.c,v 1.4 2000/11/09 06:24:45 iwasaki Exp $
  */
 #include 
-__RCSID("$NetBSD: aml_evalobj.c,v 1.2 2007/01/14 05:33:18 dogcow Exp $");
+__RCSID("$NetBSD: aml_evalobj.c,v 1.3 2021/12/10 11:09:52 msaitoh Exp $");
 
 #include 
 
@@ -260,7 +260,7 @@ reevaluate:
 		tmp = aml_execute_method(copy);
 		obj = aml_eval_name(env, tmp);
 		if (copy->stat == aml_stat_panic) {
-			AML_DEBUGPRINT("PANIC OCCURED IN METHOD");
+			AML_DEBUGPRINT("PANIC OCCURRED IN METHOD");
 			env->stat = aml_stat_panic;
 			ret = NULL;
 			aml_local_stack_delete(aml_local_stack_pop());



CVS commit: src/usr.sbin/acpitools/aml

2021-12-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec 10 11:09:52 UTC 2021

Modified Files:
src/usr.sbin/acpitools/aml: aml_evalobj.c

Log Message:
s/OCCURED/OCCURRED/ in a debug message.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/acpitools/aml/aml_evalobj.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.