Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/include Typo in comment
details: https://anonhg.NetBSD.org/src/rev/ca3022b625da
branches: trunk
changeset: 744179:ca3022b625da
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jan 26 15:52:00 2020 +0000
description:
Typo in comment
diffstat:
sys/arch/aarch64/include/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 59753d55b608 -r ca3022b625da sys/arch/aarch64/include/pmap.h
--- a/sys/arch/aarch64/include/pmap.h Sun Jan 26 14:37:29 2020 +0000
+++ b/sys/arch/aarch64/include/pmap.h Sun Jan 26 15:52:00 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.30 2020/01/06 08:29:08 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.31 2020/01/26 15:52:00 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -242,7 +242,7 @@
* aarch64 arch has 5 memory attribute:
*
* WriteBack - write back cache
- * WriteThru - wite through cache
+ * WriteThru - write through cache
* NoCache - no cache
* Device(nGnRE) - no Gathering, no Reordering, Early write ack
* Device(nGnRnE) - no Gathering, no Reordering, no Early write ack
Home |
Main Index |
Thread Index |
Old Index