Module Name:    src
Committed By:   andvar
Date:           Thu Jul 21 14:27:47 UTC 2022

Modified Files:
        src/sys/arch/ia64/include: dig64.h

Log Message:
s/Transration/Translation/


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ia64/include/dig64.h

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

Modified files:

Index: src/sys/arch/ia64/include/dig64.h
diff -u src/sys/arch/ia64/include/dig64.h:1.3 src/sys/arch/ia64/include/dig64.h:1.4
--- src/sys/arch/ia64/include/dig64.h:1.3	Thu Jul 21 10:09:21 2022
+++ src/sys/arch/ia64/include/dig64.h	Thu Jul 21 14:27:46 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: dig64.h,v 1.3 2022/07/21 10:09:21 andvar Exp $	*/
+/*	$NetBSD: dig64.h,v 1.4 2022/07/21 14:27:46 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2002 Marcel Moolenaar
@@ -105,8 +105,8 @@ struct dig64_vga_spec {
 #define DIG64_FLAGS_INTR_EDGE		(1 << 0)	/* Edge Triggered */
 #define DIG64_FLAGS_INTR_ACTH		(0 << 1)	/* Intr Active High */
 #define DIG64_FLAGS_INTR_ACTL		(1 << 1)	/* Intr Active Low */
-#define DIG64_FLAGS_TRANS_DENSE		(0 << 3)	/* Dense Transration */
-#define DIG64_FLAGS_TRANS_SPARSE	(1 << 3)	/* Sparse Transration */
+#define DIG64_FLAGS_TRANS_DENSE		(0 << 3)	/* Dense Translation */
+#define DIG64_FLAGS_TRANS_SPARSE	(1 << 3)	/* Sparse Translation */
 #define DIG64_FLAGS_TYPE_STATIC		(0 << 4)	/* Type Static */
 #define DIG64_FLAGS_TYPE_TRANS		(1 << 4)	/* Type Translation */
 #define DIG64_FLAGS_INTR_SUPP		(1 << 6)	/* Interrupt supported */

Reply via email to