You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/06/30 11:40:21 UTC

[incubator-nuttx] 01/04: net/tcp/tcp.h: Update a comment about readahead

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 52c237cb5f85093104ca2f78e75a48f6178fc9de
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Jun 30 14:27:20 2021 +0900

    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 6f0ca62..6f592c0 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.
    */