Module Name:    src
Committed By:   skrll
Date:           Fri Sep 11 06:40:26 UTC 2020

Modified Files:
        src/sys/arch/arm/arm32: arm32_boot.c

Log Message:
Wrap a long comment


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/arm32/arm32_boot.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_boot.c
diff -u src/sys/arch/arm/arm32/arm32_boot.c:1.39 src/sys/arch/arm/arm32/arm32_boot.c:1.40
--- src/sys/arch/arm/arm32/arm32_boot.c:1.39	Fri Jul 10 12:25:09 2020
+++ src/sys/arch/arm/arm32/arm32_boot.c	Fri Sep 11 06:40:25 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: arm32_boot.c,v 1.39 2020/07/10 12:25:09 skrll Exp $	*/
+/*	$NetBSD: arm32_boot.c,v 1.40 2020/09/11 06:40:25 skrll Exp $	*/
 
 /*
  * Copyright (c) 2002, 2003, 2005  Genetec Corporation.  All rights reserved.
@@ -122,7 +122,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.39 2020/07/10 12:25:09 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.40 2020/09/11 06:40:25 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_cputypes.h"
@@ -293,7 +293,10 @@ initarm_common(vaddr_t kvm_base, vsize_t
 		}
 	}
 
-	/* Boot strap pmap telling it where the managed kernel virtual memory is */
+	/*
+	 * Bootstrap pmap telling it where the managed kernel virtual memory
+	 * is.
+	 */
 	VPRINTF("pmap ");
 	pmap_bootstrap(kvm_base, kvm_base + kvm_size);
 

Reply via email to