Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include s/varible/variable/



details:   https://anonhg.NetBSD.org/src/rev/adc2ad8cc5ab
branches:  trunk
changeset: 366039:adc2ad8cc5ab
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed May 11 13:58:43 2022 +0000

description:
s/varible/variable/

diffstat:

 sys/arch/powerpc/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f9047634786d -r adc2ad8cc5ab sys/arch/powerpc/include/vmparam.h
--- a/sys/arch/powerpc/include/vmparam.h        Wed May 11 10:47:10 2022 +0000
+++ b/sys/arch/powerpc/include/vmparam.h        Wed May 11 13:58:43 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.25 2021/01/06 08:17:46 rin Exp $ */
+/*     $NetBSD: vmparam.h,v 1.26 2022/05/11 13:58:43 andvar Exp $      */
 
 #ifndef _POWERPC_VMPARAM_H_
 #define _POWERPC_VMPARAM_H_
@@ -30,7 +30,7 @@
 #if defined(MODULAR) || defined(_MODULE) || !defined(_KERNEL)
 /*
  * If we are a module or a modular kernel, then we need to defined the range
- * of our varible page sizes since BOOKE and OEA use 4KB pages while IBM4XX
+ * of our variable page sizes since BOOKE and OEA use 4KB pages while IBM4XX
  * use 16KB pages.
  * This is also required for userland by jemalloc.
  */



Home | Main Index | Thread Index | Old Index