diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-11-27 22:15:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-11-27 22:15:05 +0000 |
commit | 7bed6d2087e37d58baeb65fefa82a2e73ea9a9fb (patch) | |
tree | bf757630a15bae121c5e03b81b31b8907139163c /tap-wspstat.c | |
parent | ef47333f2e8a208c8c4f9f3037b9466218b118a3 (diff) | |
download | wireshark-7bed6d2087e37d58baeb65fefa82a2e73ea9a9fb.tar.gz wireshark-7bed6d2087e37d58baeb65fefa82a2e73ea9a9fb.tar.bz2 wireshark-7bed6d2087e37d58baeb65fefa82a2e73ea9a9fb.zip |
Fix comments to correctly refer to the "-z" option.
svn path=/trunk/; revision=9107
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r-- | tap-wspstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c index 6700244288..0ecff309fe 100644 --- a/tap-wspstat.c +++ b/tap-wspstat.c @@ -1,7 +1,7 @@ /* tap-rpcstat.c * wspstat 2003 Jean-Michel FAYARD * - * $Id: tap-wspstat.c,v 1.1 2003/09/02 22:47:58 guy Exp $ + * $Id: tap-wspstat.c,v 1.2 2003/11/27 22:15:05 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -208,7 +208,7 @@ wspstat_draw(void *psp) /* When called, this function will create a new instance of wspstat. * 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 wsp, arguments + * This function is called from tethereal when it parses the -z wsp, arguments * and it creates a new instance to store statistics in and registers this * new instance for the wsp tap. */ |