Module Name: src
Committed By: mbalmer
Date: Mon Oct 17 16:50:47 UTC 2011
Modified Files:
src/usr.sbin/fwctl: fwcontrol.c
Log Message:
Revieve -> Receive in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/fwctl/fwcontrol.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/fwctl/fwcontrol.c
diff -u src/usr.sbin/fwctl/fwcontrol.c:1.15 src/usr.sbin/fwctl/fwcontrol.c:1.16
--- src/usr.sbin/fwctl/fwcontrol.c:1.15 Wed Aug 31 13:32:36 2011
+++ src/usr.sbin/fwctl/fwcontrol.c Mon Oct 17 16:50:47 2011
@@ -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 @@ main(int argc, char **argv)
show_topology_map(fd);
/*
- * Recieve data file from node "-R"
+ * Receive data file from node "-R"
*/
#define TAG (1<<6)
#define CHANNEL 63