Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/arch/sparc64 Typo correction.



details:   https://anonhg.NetBSD.org/src/rev/35dc6c123ad2
branches:  trunk
changeset: 521524:35dc6c123ad2
user:      he <he%NetBSD.org@localhost>
date:      Thu Jan 31 23:31:34 2002 +0000

description:
Typo correction.

diffstat:

 usr.bin/xlint/arch/sparc64/targparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 74f2f351534a -r 35dc6c123ad2 usr.bin/xlint/arch/sparc64/targparam.h
--- a/usr.bin/xlint/arch/sparc64/targparam.h    Thu Jan 31 22:46:40 2002 +0000
+++ b/usr.bin/xlint/arch/sparc64/targparam.h    Thu Jan 31 23:31:34 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: targparam.h,v 1.2 2002/01/30 06:55:00 thorpej Exp $    */
+/*     $NetBSD: targparam.h,v 1.3 2002/01/31 23:31:34 he Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -47,7 +47,7 @@
 #define        SIZEOF_IS_ULONG         1
 
 #define        FLOAT_SIZE              (4 * CHAR_BIT)
-#deifne        DOUBLE_SIZE             (8 * CHAR_BIT)
+#define        DOUBLE_SIZE             (8 * CHAR_BIT)
 #define        LDOUBLE_SIZE            (16 * CHAR_BIT)
 
 #define        ENUM_SIZE               (4 * CHAR_BIT)



Home | Main Index | Thread Index | Old Index