Small comment change in libisofs/libisofs.h

This commit is contained in:
Thomas Schmitt 2012-03-06 15:14:45 +01:00
parent 475eb36978
commit 37f880797d
1 changed files with 1 additions and 1 deletions

View File

@ -1582,7 +1582,7 @@ int iso_write_opts_set_no_force_dots(IsoWriteOpts *opts, int no);
int iso_write_opts_set_allow_lowercase(IsoWriteOpts *opts, int allow);
/**
* Allow all ASCII characters to be appear on an ISO-9660 filename. Note
* Allow all 8-bit characters to appear on an ISO-9660 filename. Note
* that "/" and 0x0 characters are never allowed, even in RR names.
* This breaks ECMA-119 specification. Use with caution.
*