mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Fix a comment.
This commit is contained in:
parent
29b95d5d66
commit
42e97a3264
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ typedef struct {
|
||||||
} option_map;
|
} option_map;
|
||||||
|
|
||||||
|
|
||||||
/// Parses option=value pairs that are separated with colons, semicolons,
|
/// Parses option=value pairs that are separated with commas:
|
||||||
/// or commas: opt=val:opt=val;opt=val,opt=val
|
/// opt=val,opt=val,opt=val
|
||||||
///
|
///
|
||||||
/// Each option is a string, that is converted to an integer using the
|
/// Each option is a string, that is converted to an integer using the
|
||||||
/// index where the option string is in the array.
|
/// index where the option string is in the array.
|
||||||
|
|
Loading…
Reference in a new issue