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

This commit is contained in:
isaki 2019-08-03 04:21:37 +00:00
parent 55423e6fd6
commit 002042ffe7
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993\
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 @@ static const struct disklabel_params {
{ "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 */