xz: Fix a comment.

This commit is contained in:
Lasse Collin 2014-12-21 14:07:54 +02:00
parent 4da8e1d833
commit 6b65e84bd4
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ typedef struct {
} option_map;
/// Parses option=value pairs that are separated with colons, semicolons,
/// or commas: opt=val:opt=val;opt=val,opt=val
/// Parses option=value pairs that are separated with commas:
/// opt=val,opt=val,opt=val
///
/// Each option is a string, that is converted to an integer using the
/// index where the option string is in the array.