Index: trunk/src/libcschem/plug_io.h =================================================================== --- trunk/src/libcschem/plug_io.h (revision 10231) +++ trunk/src/libcschem/plug_io.h (revision 10232) @@ -112,7 +112,7 @@ void csch_revert_sheet(csch_sheet_t *sheet, csch_sheet_t *(*sheet_new)(csch_sheet_t *)); -/* Rest-parse the file for type using all available io plugin in random +/* Test-parse the file for type using all available io plugin in random order. Return -1 on error (e.g. file can not be open for read), 0 if no plugin accepted the file or 1 if a plugin accepted it. Rewind()s the file multiple times. */