From 937bfd083589cff58a033bb4e12808f4fb878bb8 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 7 May 2012 15:33:04 -0400 Subject: [PATCH] --- yaml --- r: 305130 b: refs/heads/master c: c0a788c451e1f88b3fb5a85113b87dbc98c7abe4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/tcp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7f25c4f46fac..ff126f21b028 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f0459780c28491c480f7098f3ece79334ccae0a +refs/heads/master: c0a788c451e1f88b3fb5a85113b87dbc98c7abe4 diff --git a/trunk/include/linux/tcp.h b/trunk/include/linux/tcp.h index b6c62d294380..288d201c3b59 100644 --- a/trunk/include/linux/tcp.h +++ b/trunk/include/linux/tcp.h @@ -406,7 +406,7 @@ struct tcp_sock { struct sk_buff_head out_of_order_queue; /* Out of order segments go here */ - /* SACKs data, these 2 need to be together (see tcp_build_and_update_options) */ + /* SACKs data, these 2 need to be together (see tcp_options_write) */ struct tcp_sack_block duplicate_sack[1]; /* D-SACK block */ struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/