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.
Modified files:
Index: src/sys/arch/luna68k/stand/boot/disklabel.c
diff -u src/sys/arch/luna68k/stand/boot/disklabel.c:1.4 src/sys/arch/luna68k/stand/boot/disklabel.c:1.5
--- src/sys/arch/luna68k/stand/boot/disklabel.c:1.4 Sat Jan 11 15:51:02 2014
+++ src/sys/arch/luna68k/stand/boot/disklabel.c Mon Mar 24 10:46:58 2014
@@ -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 @@ disklabel(int argc, char *argv[])
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)) {
Index: src/sys/arch/luna68k/stand/boot/locore.S
diff -u src/sys/arch/luna68k/stand/boot/locore.S:1.10 src/sys/arch/luna68k/stand/boot/locore.S:1.11
--- src/sys/arch/luna68k/stand/boot/locore.S:1.10 Sat Jan 11 15:51:02 2014
+++ src/sys/arch/luna68k/stand/boot/locore.S Mon Mar 24 10:46:58 2014
@@ -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 @@ ENTRY(spl7)
.data
/*
- * Memory Infomation Field for secondary booter memory allocator
+ * Memory Information Field for secondary booter memory allocator
*/
GLOBAL(prgcore)
Index: src/sys/arch/luna68k/stand/boot/preset.h
diff -u src/sys/arch/luna68k/stand/boot/preset.h:1.2 src/sys/arch/luna68k/stand/boot/preset.h:1.3
--- src/sys/arch/luna68k/stand/boot/preset.h:1.2 Sat Jan 11 15:51:02 2014
+++ src/sys/arch/luna68k/stand/boot/preset.h Mon Mar 24 10:46:58 2014
@@ -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
*/