Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Fix a trivial wrong comment. x68k's arch is ...



details:   https://anonhg.NetBSD.org/src/rev/d52ded92f80c
branches:  trunk
changeset: 458614:d52ded92f80c
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Aug 03 04:21:37 2019 +0000

description:
Fix a trivial wrong comment.  x68k's arch is not m68010.

diffstat:

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

diffs (27 lines):

diff -r 063af988fdbc -r d52ded92f80c sbin/disklabel/main.c
--- a/sbin/disklabel/main.c     Sat Aug 03 02:22:06 2019 +0000
+++ b/sbin/disklabel/main.c     Sat Aug 03 04:21:37 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.52 2019/07/03 07:05:27 mlelstv Exp $        */
+/*     $NetBSD: main.c,v 1.53 2019/08/03 04:21:37 isaki 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.52 2019/07/03 07:05:27 mlelstv Exp $");
+__RCSID("$NetBSD: main.c,v 1.53 2019/08/03 04:21:37 isaki Exp $");
 #endif
 #endif /* not lint */
 
@@ -220,7 +220,7 @@
        { "pmax",       0, 0,  8, 2, 0,  64, LITTLE_ENDIAN },   /* mips */
        { "sun2",       0, 0,  8, 2, 0,  64, BIG_ENDIAN },      /* m68k */
        { "sun68k",     0, 0,  8, 2, 0,  64, BIG_ENDIAN },      /* m68010 */
-       { "x68k",       0, 0,  8, 2, 0,  64, BIG_ENDIAN },      /* m68010 */
+       { "x68k",       0, 0,  8, 2, 0,  64, BIG_ENDIAN },      /* m68k */
 
        { "vax",        0, 0, 12, 2, 8,  64, LITTLE_ENDIAN },   /* vax */
 



Home | Main Index | Thread Index | Old Index