From 52c237cb5f85093104ca2f78e75a48f6178fc9de Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 30 Jun 2021 14:27:20 +0900 Subject: [PATCH] net/tcp/tcp.h: Update a comment about readahead --- net/tcp/tcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tcp/tcp.h b/net/tcp/tcp.h index 6f0ca62419..6f592c0c20 100644 --- a/net/tcp/tcp.h +++ b/net/tcp/tcp.h @@ -205,7 +205,7 @@ struct tcp_conn_s /* Read-ahead buffering. * - * readahead - A singly linked list of type struct iob_qentry_s + * readahead - A singly linked list of type struct iob_s * where the TCP/IP read-ahead data is retained. */