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 pasto in a comment.



details:   https://anonhg.NetBSD.org/src/rev/17e86a8de090
branches:  trunk
changeset: 517401:17e86a8de090
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Nov 12 11:12:16 2001 +0000

description:
Fix pasto in a comment.

diffstat:

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

diffs (18 lines):

diff -r e079a694d191 -r 17e86a8de090 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Mon Nov 12 08:54:58 2001 +0000
+++ b/sys/arch/mips/mips/locore.S       Mon Nov 12 11:12:16 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.124 2001/10/16 16:31:36 uch Exp $ */
+/*     $NetBSD: locore.S,v 1.125 2001/11/12 11:12:16 simonb Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -962,7 +962,7 @@
 
 /*
  * int fuword(void *)
- * Fetches a short word of data from the user-space address.
+ * Fetches a word of data from the user-space address.
  */
 LEAF(fuword)
 XLEAF(fuiword)



Home | Main Index | Thread Index | Old Index