summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-05-03 00:22:35 +0000
committerGuy Harris <guy@alum.mit.edu>2011-05-03 00:22:35 +0000
commit11565cd07064ea83ccfe4d868e9774b293008f45 (patch)
tree7b90607c924c4137b4eecc1e3326abd8e342de9b
parent5c5e9a377ab1e85f32b32dd099099f6c34d125b8 (diff)
downloadwireshark-11565cd07064ea83ccfe4d868e9774b293008f45.tar.gz
Fix a comment.
svn path=/trunk/; revision=36966
-rw-r--r--gtk/packet_list_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/packet_list_store.h b/gtk/packet_list_store.h
index 0651a03049..ddaf5ff2da 100644
--- a/gtk/packet_list_store.h
+++ b/gtk/packet_list_store.h
@@ -70,7 +70,7 @@ struct _PacketListRecord
gint visible_pos;
};
-/** PacketListRecord: Everything for our model implementation. */
+/** PacketList: Everything for our model implementation. */
struct _PacketList
{
GObject parent; /** MUST be first */