NetBSD-Bugs archive

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

port-luna68k/48677: typo in luna68k



>Number:         48677
>Category:       port-luna68k
>Synopsis:       typo in luna68k
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-luna68k-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 24 06:45: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
  */



Home | Main Index | Thread Index | Old Index