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
4da8e1d833
commit
6b65e84bd4
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue