diff options
| author | skrll <skrll@NetBSD.org> | 2020-08-28 12:41:17 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2020-08-28 12:41:17 +0000 |
| commit | f6201f0af4b3bb6fa7d52f84cac318cbb709adfc (patch) | |
| tree | 714ac25a73fe25c4528c76df46ebb365f1a71ed6 /sys/arch | |
| parent | 7f4e1c1e34f86df5a01f1452ab4241318b59c523 (diff) | |
Fix typo in comment
Diffstat (limited to 'sys/arch')
| -rw-r--r-- | sys/arch/hpcarm/hpcarm/locore.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hpcarm/hpcarm/locore.S b/sys/arch/hpcarm/hpcarm/locore.S index e49b9e32f19..9556df2fdda 100644 --- a/sys/arch/hpcarm/hpcarm/locore.S +++ b/sys/arch/hpcarm/hpcarm/locore.S @@ -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 /* |
