From: Stefan Hajnoczi Date: Tue, 7 Dec 2010 09:35:54 +0000 (+0000) Subject: qemu-option: Fix parse_option_parameters() documentation typo X-Git-Tag: v0.14.0-rc0~351^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e72e753c226b2d6711ca5edc1d956b810fefbcf;p=thirdparty%2Fqemu.git qemu-option: Fix parse_option_parameters() documentation typo Yoda said, "list is the templace is". Fix this. Signed-off-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- diff --git a/qemu-option.c b/qemu-option.c index e380fc140de..65db54292b0 100644 --- a/qemu-option.c +++ b/qemu-option.c @@ -394,8 +394,8 @@ QEMUOptionParameter *append_option_parameters(QEMUOptionParameter *dest, /* * Parses a parameter string (param) into an option list (dest). * - * list is the templace is. If dest is NULL, a new copy of list is created for - * it. If list is NULL, this function fails. + * list is the template option list. If dest is NULL, a new copy of list is + * created. If list is NULL, this function fails. * * A parameter string consists of one or more parameters, separated by commas. * Each parameter consists of its name and possibly of a value. In the latter