Module Name: src Committed By: skrll Date: Mon Oct 15 11:24:16 UTC 2012
Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm32/arm32_kvminit.c 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/arm/arm32/arm32_kvminit.c diff -u src/sys/arch/arm/arm32/arm32_kvminit.c:1.5 src/sys/arch/arm/arm32/arm32_kvminit.c:1.6 --- src/sys/arch/arm/arm32/arm32_kvminit.c:1.5 Mon Oct 15 10:19:52 2012 +++ src/sys/arch/arm/arm32/arm32_kvminit.c Mon Oct 15 11:24:15 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: arm32_kvminit.c,v 1.5 2012/10/15 10:19:52 skrll Exp $ */ +/* $NetBSD: arm32_kvminit.c,v 1.6 2012/10/15 11:24:15 skrll Exp $ */ /* * Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved. @@ -122,7 +122,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arm32_kvminit.c,v 1.5 2012/10/15 10:19:52 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arm32_kvminit.c,v 1.6 2012/10/15 11:24:15 skrll Exp $"); #include <sys/param.h> #include <sys/device.h> @@ -303,7 +303,7 @@ valloc_pages(struct bootmem_info *bmi, p static bool l1pt_found; /* - * If we haven't allcoated the kernel L1 page table and we are aligned + * If we haven't allocated the kernel L1 page table and we are aligned * at a L1 table boundary, alloc the memory for it. */ if (!l1pt_found