From: Lasse Collin Date: Sun, 21 Dec 2014 12:07:54 +0000 (+0200) Subject: xz: Fix a comment. X-Git-Tag: v5.0.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b65e84bd4d5e51918772df539923e64860f0097;p=thirdparty%2Fxz.git xz: Fix a comment. --- diff --git a/src/xz/options.c b/src/xz/options.c index f21a0ba5..f9c7ab9e 100644 --- a/src/xz/options.c +++ b/src/xz/options.c @@ -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.