From b66b74efe71e80d10ecce675ee5a055529f1b5de Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 20 Aug 1999 08:00:24 +0000 Subject: Fix a comment. svn path=/trunk/; revision=528 --- wiretap/radcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/radcom.c') diff --git a/wiretap/radcom.c b/wiretap/radcom.c index 6444e8d102..0459fac033 100644 --- a/wiretap/radcom.c +++ b/wiretap/radcom.c @@ -53,7 +53,7 @@ int radcom_open(wtap *wth, int *err) char encap_magic[7] = {0x54, 0x43, 0x50, 0x00, 0x42, 0x43, 0x09}; char search_encap[7]; - /* Read in the string that should be at the start of a Sniffer file */ + /* Read in the string that should be at the start of a RADCOM file */ fseek(wth->fh, 0, SEEK_SET); errno = WTAP_ERR_CANT_READ; bytes_read = fread(magic, 1, 8, wth->fh); -- cgit v1.2.3