Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Fix typo in "dreamcast" port name.



details:   https://anonhg.NetBSD.org/src/rev/b19e15c6959b
branches:  trunk
changeset: 331379:b19e15c6959b
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Aug 10 06:48:51 2014 +0000

description:
Fix typo in "dreamcast" port name.

diffstat:

 sbin/disklabel/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f27b378d9028 -r b19e15c6959b sbin/disklabel/main.c
--- a/sbin/disklabel/main.c     Sun Aug 10 06:35:56 2014 +0000
+++ b/sbin/disklabel/main.c     Sun Aug 10 06:48:51 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.40 2014/08/10 05:57:31 matt Exp $   */
+/*     $NetBSD: main.c,v 1.41 2014/08/10 06:48:51 apb Exp $    */
 
 /*
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
 static char sccsid[] = "@(#)disklabel.c        8.4 (Berkeley) 5/4/95";
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #else
-__RCSID("$NetBSD: main.c,v 1.40 2014/08/10 05:57:31 matt Exp $");
+__RCSID("$NetBSD: main.c,v 1.41 2014/08/10 06:48:51 apb Exp $");
 #endif
 #endif /* not lint */
 
@@ -258,7 +258,7 @@
 
        { "prep",       1, 1,   0,  8, 2, 0, BIG_ENDIAN },      /* powerpc */
 
-       { "dreadmcast", 1, 1,   0, 16, 2, 0, LITTLE_ENDIAN },   /* sh3 */
+       { "dreamcast",  1, 1,   0, 16, 2, 0, LITTLE_ENDIAN },   /* sh3 */
        { "evbarm64",   1, 1,   0, 16, 2, 0, 0 },               /* aarch64 */
        { "evbsh3",     1, 1,   0, 16, 2, 0, 0 },               /* sh3 */
        { "evbcf",      1, 1,   0, 16, 2, 0, BIG_ENDIAN },      /* coldfire */



Home | Main Index | Thread Index | Old Index