Module Name: src Committed By: andvar Date: Sat Feb 1 22:54:02 UTC 2025
Modified Files: src/sys/arch/m68k/include: mmu_30.h Log Message: s/Futhermore/Furthermore/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/m68k/include/mmu_30.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/m68k/include/mmu_30.h diff -u src/sys/arch/m68k/include/mmu_30.h:1.1 src/sys/arch/m68k/include/mmu_30.h:1.2 --- src/sys/arch/m68k/include/mmu_30.h:1.1 Wed Dec 27 19:22:10 2023 +++ src/sys/arch/m68k/include/mmu_30.h Sat Feb 1 22:54:02 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: mmu_30.h,v 1.1 2023/12/27 19:22:10 thorpej Exp $ */ +/* $NetBSD: mmu_30.h,v 1.2 2025/02/01 22:54:02 andvar Exp $ */ /*- * Copyright (c) 2023 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ * - Lockable ATC entries * - ATC entries defined as Shared Globally * - * Futhermore, the 68030 has some functional differences: + * Furthermore, the 68030 has some functional differences: * - Only 22 ATC entries * - Reduced instruction set for MMU operations * - Reduced addressing modes for MMU instructions.