Module Name: src
Committed By: skrll
Date: Fri Aug 28 12:31:44 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: locore.S
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/arm32/locore.S
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/locore.S
diff -u src/sys/arch/arm/arm32/locore.S:1.41 src/sys/arch/arm/arm32/locore.S:1.42
--- src/sys/arch/arm/arm32/locore.S:1.41 Wed Jul 8 10:18:00 2020
+++ src/sys/arch/arm/arm32/locore.S Fri Aug 28 12:31:44 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.41 2020/07/08 10:18:00 skrll Exp $ */
+/* $NetBSD: locore.S,v 1.42 2020/08/28 12:31:44 skrll Exp $ */
/*
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -40,10 +40,10 @@
#include <arm/asm.h>
#include <arm/locore.h>
-/* What size should this really be ? It is only used by init_arm() */
+/* What size should this really be ? It is only used by initarm() */
#define INIT_ARM_STACK_SIZE 2048
- RCSID("$NetBSD: locore.S,v 1.41 2020/07/08 10:18:00 skrll Exp $")
+ RCSID("$NetBSD: locore.S,v 1.42 2020/08/28 12:31:44 skrll Exp $")
/*
* This is for kvm_mkdb, and should be the address of the beginning