Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/fwctl Revieve -> Receive in a comment.



details:   https://anonhg.NetBSD.org/src/rev/20efca947189
branches:  trunk
changeset: 770452:20efca947189
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Mon Oct 17 16:50:47 2011 +0000

description:
Revieve -> Receive in a comment.

diffstat:

 usr.sbin/fwctl/fwcontrol.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 38a546552d6b -r 20efca947189 usr.sbin/fwctl/fwcontrol.c
--- a/usr.sbin/fwctl/fwcontrol.c        Mon Oct 17 16:44:02 2011 +0000
+++ b/usr.sbin/fwctl/fwcontrol.c        Mon Oct 17 16:50:47 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwcontrol.c,v 1.15 2011/08/31 13:32:36 joerg Exp $     */
+/*     $NetBSD: fwcontrol.c,v 1.16 2011/10/17 16:50:47 mbalmer Exp $   */
 /*
  * Copyright (C) 2002
  *     Hidetoshi Shimokawa. All rights reserved.
@@ -34,7 +34,7 @@
  */
 #include <sys/cdefs.h>
 //__FBSDID("$FreeBSD: src/usr.sbin/fwcontrol/fwcontrol.c,v 1.23 2006/10/26 22:33:38 imp Exp $");
-__RCSID("$NetBSD: fwcontrol.c,v 1.15 2011/08/31 13:32:36 joerg Exp $");
+__RCSID("$NetBSD: fwcontrol.c,v 1.16 2011/10/17 16:50:47 mbalmer Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -1058,7 +1058,7 @@
                show_topology_map(fd);
 
        /*
-        * Recieve data file from node "-R"
+        * Receive data file from node "-R"
         */
 #define TAG    (1<<6)
 #define CHANNEL        63



Home | Main Index | Thread Index | Old Index