Module Name: src
Committed By: skrll
Date: Fri Aug 28 12:41:17 UTC 2020
Modified Files:
src/sys/arch/hpcarm/hpcarm: locore.S
Log Message:
Fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hpcarm/hpcarm/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/hpcarm/hpcarm/locore.S
diff -u src/sys/arch/hpcarm/hpcarm/locore.S:1.19 src/sys/arch/hpcarm/hpcarm/locore.S:1.20
--- src/sys/arch/hpcarm/hpcarm/locore.S:1.19 Sun Jul 14 09:29:21 2019
+++ src/sys/arch/hpcarm/hpcarm/locore.S Fri Aug 28 12:41:17 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.19 2019/07/14 09:29:21 skrll Exp $ */
+/* $NetBSD: locore.S,v 1.20 2020/08/28 12:41:17 skrll Exp $ */
/*
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -42,7 +42,7 @@
#endif
-/* 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
/*