Module Name:    src
Committed By:   simonb
Date:           Thu Jun 25 11:48:40 UTC 2020

Modified Files:
        src/sys/arch/mips/mips: fp.S

Log Message:
Fix a tyop in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/mips/mips/fp.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/mips/mips/fp.S
diff -u src/sys/arch/mips/mips/fp.S:1.50 src/sys/arch/mips/mips/fp.S:1.51
--- src/sys/arch/mips/mips/fp.S:1.50	Sat Apr  6 03:06:26 2019
+++ src/sys/arch/mips/mips/fp.S	Thu Jun 25 11:48:39 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: fp.S,v 1.50 2019/04/06 03:06:26 thorpej Exp $	*/
+/*	$NetBSD: fp.S,v 1.51 2020/06/25 11:48:39 simonb Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -1848,7 +1848,7 @@ cvt_d_w:
 	move	t3, zero
 	b	result_fs_d
 /*
- * Find out how many leading zero bits are in t2 and put in at.
+ * Find out how many leading zero bits are in t2 and put in v1.
  */
 #if __mips == 32 || __mips == 64
 	clz	v1, t2

Reply via email to