Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips Fix a tyop in a comment.



details:   https://anonhg.NetBSD.org/src/rev/598a00ff9d0e
branches:  trunk
changeset: 935126:598a00ff9d0e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Jun 25 11:48:39 2020 +0000

description:
Fix a tyop in a comment.

diffstat:

 sys/arch/mips/mips/fp.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5597b01eee8a -r 598a00ff9d0e sys/arch/mips/mips/fp.S
--- a/sys/arch/mips/mips/fp.S   Thu Jun 25 11:31:45 2020 +0000
+++ b/sys/arch/mips/mips/fp.S   Thu Jun 25 11:48:39 2020 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index