Source-Changes-HG archive

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

[src/trunk]: src/sys s/mesage/message/



details:   https://anonhg.NetBSD.org/src/rev/a0a2e7565f7e
branches:  trunk
changeset: 793354:a0a2e7565f7e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Feb 07 11:51:00 2014 +0000

description:
s/mesage/message/

diffstat:

 sys/dev/pci/puc.c   |  6 +++---
 sys/kern/sysv_msg.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r bc38f155b282 -r a0a2e7565f7e sys/dev/pci/puc.c
--- a/sys/dev/pci/puc.c Fri Feb 07 09:22:02 2014 +0000
+++ b/sys/dev/pci/puc.c Fri Feb 07 11:51:00 2014 +0000
@@ -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 @@
                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));
diff -r bc38f155b282 -r a0a2e7565f7e sys/kern/sysv_msg.c
--- a/sys/kern/sysv_msg.c       Fri Feb 07 09:22:02 2014 +0000
+++ b/sys/kern/sysv_msg.c       Fri Feb 07 11:51:00 2014 +0000
@@ -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 @@
        }
 
        /*
-        * 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++) {



Home | Main Index | Thread Index | Old Index