Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/stand/boot PR port-luna68k/48677: fix some ...



details:   https://anonhg.NetBSD.org/src/rev/08bdb0c9f518
branches:  trunk
changeset: 328030:08bdb0c9f518
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 24 10:46:58 2014 +0000

description:
PR port-luna68k/48677: fix some typos.
>From shinnashi takeshi.

diffstat:

 sys/arch/luna68k/stand/boot/disklabel.c |  10 +++++-----
 sys/arch/luna68k/stand/boot/locore.S    |   4 ++--
 sys/arch/luna68k/stand/boot/preset.h    |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (62 lines):

diff -r 19185d72fb1c -r 08bdb0c9f518 sys/arch/luna68k/stand/boot/disklabel.c
--- a/sys/arch/luna68k/stand/boot/disklabel.c   Mon Mar 24 06:27:56 2014 +0000
+++ b/sys/arch/luna68k/stand/boot/disklabel.c   Mon Mar 24 10:46:58 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.c,v 1.4 2014/01/11 15:51:02 tsutsui Exp $    */
+/*     $NetBSD: disklabel.c,v 1.5 2014/03/24 10:46:58 martin Exp $     */
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -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)) {
diff -r 19185d72fb1c -r 08bdb0c9f518 sys/arch/luna68k/stand/boot/locore.S
--- a/sys/arch/luna68k/stand/boot/locore.S      Mon Mar 24 06:27:56 2014 +0000
+++ b/sys/arch/luna68k/stand/boot/locore.S      Mon Mar 24 10:46:58 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.10 2014/01/11 15:51:02 tsutsui Exp $      */
+/*     $NetBSD: locore.S,v 1.11 2014/03/24 10:46:58 martin Exp $       */
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -762,7 +762,7 @@
        .data
 
 /*
- * Memory Infomation Field for secondary booter memory allocator
+ * Memory Information Field for secondary booter memory allocator
  */
 
 GLOBAL(prgcore)
diff -r 19185d72fb1c -r 08bdb0c9f518 sys/arch/luna68k/stand/boot/preset.h
--- a/sys/arch/luna68k/stand/boot/preset.h      Mon Mar 24 06:27:56 2014 +0000
+++ b/sys/arch/luna68k/stand/boot/preset.h      Mon Mar 24 10:46:58 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: preset.h,v 1.2 2014/01/11 15:51:02 tsutsui Exp $       */
+/*     $NetBSD: preset.h,v 1.3 2014/03/24 10:46:58 martin Exp $        */
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -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