Fix a comment.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 28 Jan 2004 10:37:14 +0000 (10:37 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 28 Jan 2004 10:37:14 +0000 (10:37 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9897 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/packet_list.c

index 71ca911e9ee6041a8d80a4004549bcb94c61ae1a..4717586afbbcdfa2613662b729921e3b5f9b545b 100644 (file)
@@ -1,7 +1,7 @@
 /* packet_list.c
  * packet list related functions   2002 Olivier Abad
  *
- * $Id: packet_list.c,v 1.13 2004/01/28 10:19:36 guy Exp $
+ * $Id: packet_list.c,v 1.14 2004/01/28 10:37:14 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -95,8 +95,7 @@ typedef struct column_arrows {
 
 GtkWidget *packet_list;
 
-/* GTKClist compare routine, overrides default to allow numeric comparison */
-
+/* EthClist compare routine, overrides default to allow numeric comparison */
 
 #define COMPARE_NUM(n1, n2)    (((n1) < (n2)) ? -1 : \
                                 ((n1) > (n2)) ? 1 : \