From: sfisher Date: Thu, 2 Sep 2010 17:11:48 +0000 (+0000) Subject: Fix typo in comment: datat -> data X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=9640e877cf549c4ccd5c9d881aca8ac7f0433203 Fix typo in comment: datat -> data git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34044 f5534014-38df-0310-8fa8-9805f1628bb7 --- diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c index 12153611d3..10c0034dbd 100644 --- a/epan/dissectors/packet-tcp.c +++ b/epan/dissectors/packet-tcp.c @@ -264,7 +264,7 @@ init_tcp_conversation_data(packet_info *pinfo) { struct tcp_analysis *tcpd; - /* Initialize the tcp protocol datat structure to add to the tcp conversation */ + /* Initialize the tcp protocol data structure to add to the tcp conversation */ tcpd=se_alloc0(sizeof(struct tcp_analysis)); tcpd->flow1.win_scale=-1; tcpd->flow1.multisegment_pdus=se_tree_create_non_persistent(EMEM_TREE_TYPE_RED_BLACK, "tcp_multisegment_pdus");