Changeset 262

Show
Ignore:
Timestamp:
04/06/11 10:58:39 (14 months ago)
Author:
marek
Message:

ap51-flash-ng: fix comment

Reported-by: Andrew Lunn <andrew@…>
Signed-off-by: Marek Lindner <lindner_marek@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ap51-flash-ng/proto.c

    r261 r262  
    587587                node->tcp_state.my_ack_seq += packet_buff_len - (int)sizeof(struct tcphdr); 
    588588 
    589                 /* send CTRL + D */ 
     589                /* send CTRL + C */ 
    590590                buff = node->tcp_state.packet_buff + ETH_HLEN + sizeof(struct iphdr) + sizeof(struct tcphdr); 
    591591                buff[0] = 0x03;