summaryrefslogtreecommitdiff
path: root/tap-rpcstat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-27 22:15:05 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-27 22:15:05 +0000
commit7bed6d2087e37d58baeb65fefa82a2e73ea9a9fb (patch)
treebf757630a15bae121c5e03b81b31b8907139163c /tap-rpcstat.c
parentef47333f2e8a208c8c4f9f3037b9466218b118a3 (diff)
downloadwireshark-7bed6d2087e37d58baeb65fefa82a2e73ea9a9fb.tar.gz
Fix comments to correctly refer to the "-z" option.
svn path=/trunk/; revision=9107
Diffstat (limited to 'tap-rpcstat.c')
-rw-r--r--tap-rpcstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-rpcstat.c b/tap-rpcstat.c
index 7233d692cc..761a57d079 100644
--- a/tap-rpcstat.c
+++ b/tap-rpcstat.c
@@ -1,7 +1,7 @@
/* tap-rpcstat.c
* rpcstat 2002 Ronnie Sahlberg
*
- * $Id: tap-rpcstat.c,v 1.10 2003/11/27 22:14:24 guy Exp $
+ * $Id: tap-rpcstat.c,v 1.11 2003/11/27 22:15:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -272,7 +272,7 @@ rpcstat_find_procs(gpointer *key, gpointer *value _U_, gpointer *user_data _U_)
/* When called, this function will create a new instance of rpcstat.
* program and version are whick onc-rpc program/version we want to
* collect statistics for.
- * This function is called from tethereal when it parses the -Z rpc, arguments
+ * This function is called from tethereal when it parses the -z rpc, arguments
* and it creates a new instance to store statistics in and registers this
* new instance for the rpc tap.
*/