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/f5f24631fb61
branches: trunk
changeset: 837187:f5f24631fb61
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Nov 22 21:28:21 2018 +0000
description:
Typo in comment
diffstat:
sys/arch/arm/arm32/cpuswitch.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4ae46d2cc551 -r f5f24631fb61 sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S Thu Nov 22 21:11:37 2018 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S Thu Nov 22 21:28:21 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuswitch.S,v 1.92 2017/07/01 15:30:41 skrll Exp $ */
+/* $NetBSD: cpuswitch.S,v 1.93 2018/11/22 21:28:21 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -87,7 +87,7 @@
#include <arm/asm.h>
#include <arm/locore.h>
- RCSID("$NetBSD: cpuswitch.S,v 1.92 2017/07/01 15:30:41 skrll Exp $")
+ RCSID("$NetBSD: cpuswitch.S,v 1.93 2018/11/22 21:28:21 skrll Exp $")
/* LINTSTUB: include <sys/param.h> */
@@ -386,7 +386,7 @@
#ifdef _ARM_ARCH_6
/*
- * Save user read/write thread/process id register in cause it was
+ * Save user read/write thread/process id register in case it was
* set in userland.
*/
mrc p15, 0, r0, c13, c0, 2
Home |
Main Index |
Thread Index |
Old Index