summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 20:19:39 +0200
committerMichael Brown2006-04-30 20:19:39 +0200
commit2462047128f3097c41c917091e11ac100fe6cd36 (patch)
tree682b0d7d91d072756f60ead8cf5138219ee7e60a /src
parentMerge TCP aborted(), timedout() and closed() methods into a single (diff)
downloadipxe-2462047128f3097c41c917091e11ac100fe6cd36.tar.gz
ipxe-2462047128f3097c41c917091e11ac100fe6cd36.tar.xz
ipxe-2462047128f3097c41c917091e11ac100fe6cd36.zip
Typo
Diffstat (limited to 'src')
-rw-r--r--src/net/tcp/ftp.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/net/tcp/ftp.c b/src/net/tcp/ftp.c
index 46119cd7..ee6c7eb3 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
*