NetBSD Problem Report #48677

From www@NetBSD.org  Mon Mar 24 06:40:46 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 22B32A5803
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 24 Mar 2014 06:40:46 +0000 (UTC)
Message-Id: <20140324064044.AD44DA5809@mollari.NetBSD.org>
Date: Mon, 24 Mar 2014 06:40:44 +0000 (UTC)
From: takeshi.shinnashi@gmail.com
Reply-To: takeshi.shinnashi@gmail.com
To: gnats-bugs@NetBSD.org
Subject: typo in luna68k
X-Send-Pr-Version: www-1.0

>Number:         48677
>Category:       port-luna68k
>Synopsis:       typo in luna68k
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-luna68k-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 24 06:45:00 +0000 2014
>Closed-Date:    Mon Mar 24 10:47:38 +0000 2014
>Last-Modified:  Mon Mar 24 10:50:00 +0000 2014
>Originator:     shinnashi takeshi
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
src/sys/arch/luna68k/stand/boot/

Typo in disklabel.c, locore.S and preset.h.
infomation -> information
>How-To-Repeat:
n/a
>Fix:
--- disklabel.c.orig	2014-01-12 11:02:26 +0900
+++ disklabel.c	2014-03-24 12:53:19 +0900
@@ -129,12 +129,12 @@
 		printf("\thelp:\t\tthis command\n");
 		printf("\tread:\t\tread disklabel from scsi_device\n");
 		printf("\twrite:\t\twrite disklabel to scsi_device\n");
-		printf("\tomron:\t\tshow OMRON disklabel infomation\n");
-		printf("\tbsd:\t\tshow BSD disklabel infomation\n");
-		printf("\tcopy:\t\tcopy disklabel infomation from OMRON"
+		printf("\tomron:\t\tshow OMRON disklabel information\n");
+		printf("\tbsd:\t\tshow BSD disklabel information\n");
+		printf("\tcopy:\t\tcopy disklabel information from OMRON"
 		    " to BSD\n");
 		printf("\tchecksum:\tdoing checksum\n");
-		printf("\tset:\t\tchange BSD disklabel infomation\n");
+		printf("\tset:\t\tchange BSD disklabel information\n");
 		printf("\n\n");
 	} else if (!strcmp(argv[1], "read")) {
 		if (scsi_read( 0, lbl_buff, LABEL_SIZE)) {

--- locore.S.orig	2014-01-12 11:02:26 +0900
+++ locore.S	2014-03-24 12:54:13 +0900
@@ -762,7 +762,7 @@
 	.data

 /*
- * Memory Infomation Field for secondary booter memory allocator
+ * Memory Information Field for secondary booter memory allocator
  */

 GLOBAL(prgcore)

--- preset.h.orig	2014-01-12 11:02:26 +0900
+++ preset.h	2014-03-24 12:55:03 +0900
@@ -71,7 +71,7 @@
  */

 /*
- * preset.h -- preset infomation
+ * preset.h -- preset information
  *   by A.Fujita, Dec-12-1992
  */

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: martin@NetBSD.org
State-Changed-When: Mon, 24 Mar 2014 10:47:38 +0000
State-Changed-Why:
Applied, thanks for the patch!


From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/48677 CVS commit: src/sys/arch/luna68k/stand/boot
Date: Mon, 24 Mar 2014 10:46:59 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Mar 24 10:46:58 UTC 2014

 Modified Files:
 	src/sys/arch/luna68k/stand/boot: disklabel.c locore.S preset.h

 Log Message:
 PR port-luna68k/48677: fix some typos.
 From shinnashi takeshi.


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/sys/arch/luna68k/stand/boot/disklabel.c
 cvs rdiff -u -r1.10 -r1.11 src/sys/arch/luna68k/stand/boot/locore.S
 cvs rdiff -u -r1.2 -r1.3 src/sys/arch/luna68k/stand/boot/preset.h

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.