Module Name:    src
Committed By:   msaitoh
Date:           Fri Feb  7 11:51:00 UTC 2014

Modified Files:
        src/sys/dev/pci: puc.c
        src/sys/kern: sysv_msg.c

Log Message:
s/mesage/message/


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pci/puc.c
cvs rdiff -u -r1.64 -r1.65 src/sys/kern/sysv_msg.c

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

Modified files:

Index: src/sys/dev/pci/puc.c
diff -u src/sys/dev/pci/puc.c:1.36 src/sys/dev/pci/puc.c:1.37
--- src/sys/dev/pci/puc.c:1.36	Tue Jul 23 07:40:38 2013
+++ src/sys/dev/pci/puc.c	Fri Feb  7 11:51:00 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: puc.c,v 1.36 2013/07/23 07:40:38 soren Exp $	*/
+/*	$NetBSD: puc.c,v 1.37 2014/02/07 11:51:00 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1996, 1998, 1999
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: puc.c,v 1.36 2013/07/23 07:40:38 soren Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puc.c,v 1.37 2014/02/07 11:51:00 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -164,7 +164,7 @@ puc_attach(device_t parent, device_t sel
 		printf(": unknown PCI communications device\n");
 		printf("%s: compile kernel with PUC_PRINT_REGS and larger\n",
 		    device_xname(self));
-		printf("%s: mesage buffer (via 'options MSGBUFSIZE=...'),\n",
+		printf("%s: message buffer (via 'options MSGBUFSIZE=...'),\n",
 		    device_xname(self));
 		printf("%s: and report the result with send-pr\n",
 		    device_xname(self));

Index: src/sys/kern/sysv_msg.c
diff -u src/sys/kern/sysv_msg.c:1.64 src/sys/kern/sysv_msg.c:1.65
--- src/sys/kern/sysv_msg.c:1.64	Tue Jul 23 07:03:16 2013
+++ src/sys/kern/sysv_msg.c	Fri Feb  7 11:51:00 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: sysv_msg.c,v 1.64 2013/07/23 07:03:16 skrll Exp $	*/
+/*	$NetBSD: sysv_msg.c,v 1.65 2014/02/07 11:51:00 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2006, 2007 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysv_msg.c,v 1.64 2013/07/23 07:03:16 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysv_msg.c,v 1.65 2014/02/07 11:51:00 msaitoh Exp $");
 
 #define SYSVMSG
 
@@ -249,7 +249,7 @@ msgrealloc(int newmsgmni, int newmsgseg)
 	}
 
 	/*
-	 * Copy all message queue identifiers, mesage headers and buffer
+	 * Copy all message queue identifiers, message headers and buffer
 	 * pools to the new memory location.
 	 */
 	for (msqid = 0; msqid < msginfo.msgmni; msqid++) {

Reply via email to