Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/include s/Transration/Translation/
details: https://anonhg.NetBSD.org/src/rev/d27095e04fd0
branches: trunk
changeset: 368609:d27095e04fd0
user: andvar <andvar%NetBSD.org@localhost>
date: Thu Jul 21 14:27:46 2022 +0000
description:
s/Transration/Translation/
diffstat:
sys/arch/ia64/include/dig64.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f428da33d46b -r d27095e04fd0 sys/arch/ia64/include/dig64.h
--- a/sys/arch/ia64/include/dig64.h Thu Jul 21 14:07:16 2022 +0000
+++ b/sys/arch/ia64/include/dig64.h Thu Jul 21 14:27:46 2022 +0000
@@ -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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index