aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-10 07:09:35 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-10 07:09:35 +0000
commitf9f2bf9a28595c2cd304a66a72e1e906f2ceb0e7 (patch)
tree8f181254dd241ffe7f41a48b0c318e63df3f3231
parent046c060f989cdd51791c2112c1103f858ceeadf4 (diff)
Fix a comment, to reflect the demise of "ethereal.h".
svn path=/trunk/; revision=648
-rw-r--r--column.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/column.c b/column.c
index 94c686d2d0..a654ed5dbd 100644
--- a/column.c
+++ b/column.c
@@ -1,7 +1,7 @@
/* column.c
* Routines for handling column preferences
*
- * $Id: column.c,v 1.22 1999/09/10 06:53:23 guy Exp $
+ * $Id: column.c,v 1.23 1999/09/10 07:09:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -66,7 +66,7 @@ static void column_sel_del_cb(GtkWidget *, gpointer);
static void column_sel_arrow_cb(GtkWidget *, gpointer);
static void column_set_fmt_cb(GtkWidget *, gpointer);
-/* Given a format number (as defined in ethereal.h), returns its equivalent
+/* Given a format number (as defined in packet.h), returns its equivalent
string */
static gchar *
col_format_to_string(gint fmt) {
@@ -82,7 +82,7 @@ col_format_to_string(gint fmt) {
return(slist[fmt]);
}
-/* Given a format number (as defined in ethereal.h), returns its
+/* Given a format number (as defined in packet.h), returns its
description */
static gchar *
col_format_desc(gint fmt) {