From 37f880797d3f359be99a8f45c79d0cc2894a2d86 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 6 Mar 2012 15:14:45 +0100 Subject: [PATCH] Small comment change in libisofs/libisofs.h --- libisofs/libisofs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 200b8d5..c9ba83b 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -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. *