Minor code tweaks

darcs-hash:20070416201053-ac50b-99d3ee51ef2b3642c737c3809bc2a4bfbe103b67.gz
This commit is contained in:
axel
2007-04-17 06:10:53 +10:00
parent 778b6a31ad
commit 5c9570eb56
7 changed files with 52 additions and 16 deletions

2
io.h
View File

@@ -68,7 +68,7 @@ io_data_t *io_remove( io_data_t *list, io_data_t *element );
io_data_t *io_duplicate( void *context, io_data_t *l );
/**
Return the last io redirection in ht e chain for the specified file descriptor.
Return the last io redirection in the chain for the specified file descriptor.
*/
io_data_t *io_get( io_data_t *io, int fd );