Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Fix typo in comment. s/phyiscally/physica...
details: https://anonhg.NetBSD.org/src/rev/6dbebe7692ed
branches: trunk
changeset: 1024809:6dbebe7692ed
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Nov 06 06:49:02 2021 +0000
description:
Fix typo in comment. s/phyiscally/physically/
diffstat:
sys/arch/mips/mips/cache_tx39.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bac9b3ee4032 -r 6dbebe7692ed sys/arch/mips/mips/cache_tx39.c
--- a/sys/arch/mips/mips/cache_tx39.c Sat Nov 06 06:44:42 2021 +0000
+++ b/sys/arch/mips/mips/cache_tx39.c Sat Nov 06 06:49:02 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_tx39.c,v 1.8 2016/07/11 16:15:36 matt Exp $ */
+/* $NetBSD: cache_tx39.c,v 1.9 2021/11/06 06:49:02 msaitoh Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache_tx39.c,v 1.8 2016/07/11 16:15:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache_tx39.c,v 1.9 2021/11/06 06:49:02 msaitoh Exp $");
#include <sys/param.h>
@@ -50,7 +50,7 @@
* - I-cache direct-mapped (TX3900) or 2-way set-associative (TX3920)
* - D-cache 2-way set-associative
* - Write-through (TX3900, TX3920) or write-back (TX3920)
- * - Physically indexed, phyiscally tagged
+ * - Physically indexed, physically tagged
*
* XXX THIS IS NOT YET COMPLETE.
*/
Home |
Main Index |
Thread Index |
Old Index