Module Name: src
Committed By: skrll
Date: Thu Nov 22 21:28:21 UTC 2018
Modified Files:
src/sys/arch/arm/arm32: cpuswitch.S
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/arm/arm32/cpuswitch.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/cpuswitch.S
diff -u src/sys/arch/arm/arm32/cpuswitch.S:1.92 src/sys/arch/arm/arm32/cpuswitch.S:1.93
--- src/sys/arch/arm/arm32/cpuswitch.S:1.92 Sat Jul 1 15:30:41 2017
+++ src/sys/arch/arm/arm32/cpuswitch.S Thu Nov 22 21:28:21 2018
@@ -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 @@ ENTRY_NP(softint_switch)
#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