qemu-option: Fix parse_option_parameters() documentation typo
Yoda said, "list is the templace is". Fix this. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
898c257ba8
commit
0e72e753c2
@ -394,8 +394,8 @@ QEMUOptionParameter *append_option_parameters(QEMUOptionParameter *dest,
|
|||||||
/*
|
/*
|
||||||
* Parses a parameter string (param) into an option list (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
|
* list is the template option list. If dest is NULL, a new copy of list is
|
||||||
* it. If list is NULL, this function fails.
|
* created. If list is NULL, this function fails.
|
||||||
*
|
*
|
||||||
* A parameter string consists of one or more parameters, separated by commas.
|
* 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
|
* Each parameter consists of its name and possibly of a value. In the latter
|
||||||
|
Loading…
Reference in New Issue
Block a user