Fix spew_file() comment

This commit is contained in:
Hallvard Furuseth 2008-01-08 00:02:58 +00:00
parent 0dab27bb1e
commit d3c90c989c

View file

@ -203,7 +203,7 @@ static char * slurp_file(int fd) {
}
/*
* return number of bytes written, or -1 in case of error
* return nonnegative for success or -1 for error
* do not return numbers less than -1
*/
static int spew_file(int fd, char * spew, int len) {