Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/ce1ca1b7218f
branches:  trunk
changeset: 782090:ce1ca1b7218f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 15 11:24:15 2012 +0000

description:
Typo in comment.

diffstat:

 sys/arch/arm/arm32/arm32_kvminit.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cc670cc02252 -r ce1ca1b7218f sys/arch/arm/arm32/arm32_kvminit.c
--- a/sys/arch/arm/arm32/arm32_kvminit.c        Mon Oct 15 10:19:52 2012 +0000
+++ b/sys/arch/arm/arm32/arm32_kvminit.c        Mon Oct 15 11:24:15 2012 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index