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
 
260
 
261
 /*****************************************************************************
261
 /*****************************************************************************
262
  *
262
  *
263
- * FTP control channel
263
+ * FTP data channel
264
  *
264
  *
265
  */
265
  */
266
 
266
 
315
 	.newdata	= ftp_data_newdata,
315
 	.newdata	= ftp_data_newdata,
316
 };
316
 };
317
 
317
 
318
+/*****************************************************************************
319
+ *
320
+ * API
321
+ *
322
+ */
323
+
318
 /**
324
 /**
319
  * Initiate an FTP connection
325
  * Initiate an FTP connection
320
  *
326
  *

Loading…
Cancel
Save