Browse Source

Typo

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
2462047128
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      src/net/tcp/ftp.c

+ 7
- 1
src/net/tcp/ftp.c View File

@@ -260,7 +260,7 @@ static struct tcp_operations ftp_tcp_operations = {
260 260
 
261 261
 /*****************************************************************************
262 262
  *
263
- * FTP control channel
263
+ * FTP data channel
264 264
  *
265 265
  */
266 266
 
@@ -315,6 +315,12 @@ static struct tcp_operations ftp_data_tcp_operations = {
315 315
 	.newdata	= ftp_data_newdata,
316 316
 };
317 317
 
318
+/*****************************************************************************
319
+ *
320
+ * API
321
+ *
322
+ */
323
+
318 324
 /**
319 325
  * Initiate an FTP connection
320 326
  *

Loading…
Cancel
Save