Module Name:    src
Committed By:   skrll
Date:           Sun Dec  8 10:12:19 UTC 2019

Modified Files:
        src/sys/arch/arm/arm: lock_cas.S

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/lock_cas.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/arm/lock_cas.S
diff -u src/sys/arch/arm/arm/lock_cas.S:1.13 src/sys/arch/arm/arm/lock_cas.S:1.14
--- src/sys/arch/arm/arm/lock_cas.S:1.13	Sat Apr  6 03:06:24 2019
+++ src/sys/arch/arm/arm/lock_cas.S	Sun Dec  8 10:12:19 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_cas.S,v 1.13 2019/04/06 03:06:24 thorpej Exp $	*/
+/*	$NetBSD: lock_cas.S,v 1.14 2019/12/08 10:12:19 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -127,7 +127,7 @@ ENTRY(_ucas_32_mp)
 	bne	1b
 2:
 	str	r5, [r3]
-	mov	r0, #0			/* return value in case if miscompare */
+	mov	r0, #0			/* return value in case of miscompare */
 .Lucasfault:
 	movs	r3, #0
 	str	r3, [r4, #PCB_ONFAULT]

Reply via email to