From 2462047128f3097c41c917091e11ac100fe6cd36 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 30 Apr 2006 18:19:39 +0000 Subject: [PATCH] Typo --- src/net/tcp/ftp.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/net/tcp/ftp.c b/src/net/tcp/ftp.c index 46119cd71..ee6c7eb32 100644 --- a/src/net/tcp/ftp.c +++ b/src/net/tcp/ftp.c @@ -260,7 +260,7 @@ static struct tcp_operations ftp_tcp_operations = { /***************************************************************************** * - * FTP control channel + * FTP data channel * */ @@ -315,6 +315,12 @@ static struct tcp_operations ftp_data_tcp_operations = { .newdata = ftp_data_newdata, }; +/***************************************************************************** + * + * API + * + */ + /** * Initiate an FTP connection *