diff --git a/ChangeLog b/ChangeLog index e3202f00..0696670d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 14 17:28:49 CET 2001 Daniel Veillard + + * xmlIO.c: one function comment cleanup. + Wed Mar 14 14:55:46 CET 2001 Daniel Veillard * SAX.c: external subset notations were improperly registered diff --git a/xmlIO.c b/xmlIO.c index f623af9c..9860ef66 100644 --- a/xmlIO.c +++ b/xmlIO.c @@ -182,7 +182,7 @@ xmlFdMatch (const char *filename) { * @filename: the URI for matching * * input from file descriptor, supports compressed input - * if @filename is " " then the standard input is used + * if @filename is "-" then the standard input is used * * Returns an I/O context or NULL in case of error */