Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev fix typo



details:   https://anonhg.NetBSD.org/src/rev/20a855800b2a
branches:  trunk
changeset: 787363:20a855800b2a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jun 12 20:44:20 2013 +0000

description:
fix typo

diffstat:

 sys/arch/sparc/dev/sxreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf306b767a7f -r 20a855800b2a sys/arch/sparc/dev/sxreg.h
--- a/sys/arch/sparc/dev/sxreg.h        Wed Jun 12 20:43:21 2013 +0000
+++ b/sys/arch/sparc/dev/sxreg.h        Wed Jun 12 20:44:20 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sxreg.h,v 1.9 2013/06/12 20:43:21 macallan Exp $       */
+/*     $NetBSD: sxreg.h,v 1.10 2013/06/12 20:44:20 macallan Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -257,7 +257,7 @@
 #define SX_ADD_S       (0x01 << 21)    /* vector + scalar */
 #define SX_ADD_I       (0x02 << 21)    /* vector + immediate */
 #define SX_SUM         (0x03 << 21)    /* sum of vector and scalar */
-#define SX_SUB_V       (0x04 << 21)    /* vector - veector */
+#define SX_SUB_V       (0x04 << 21)    /* vector - vector */
 #define SX_SUB_S       (0x05 << 21)    /* vector - scalar */
 #define SX_SUB_I       (0x06 << 21)    /* vector - immediate */
 #define SX_ABS         (0x07 << 21)    /* abs(sb) with sa=R0 */



Home | Main Index | Thread Index | Old Index