Module Name: src
Committed By: andvar
Date: Wed May 11 13:58:43 UTC 2022
Modified Files:
src/sys/arch/powerpc/include: vmparam.h
Log Message:
s/varible/variable/
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/powerpc/include/vmparam.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/powerpc/include/vmparam.h
diff -u src/sys/arch/powerpc/include/vmparam.h:1.25 src/sys/arch/powerpc/include/vmparam.h:1.26
--- src/sys/arch/powerpc/include/vmparam.h:1.25 Wed Jan 6 08:17:46 2021
+++ src/sys/arch/powerpc/include/vmparam.h Wed May 11 13:58:43 2022
@@ -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.
*/