diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2010-12-07 09:35:54 +0000 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-12-14 15:44:21 +0100 |
commit | 0e72e753c226b2d6711ca5edc1d956b810fefbcf (patch) | |
tree | e1bf7383f8dafcf036416de68f3f8b4b7c948ab8 /qemu-option.c | |
parent | 898c257ba8b611a01bbcd1a88836a5d217ca9568 (diff) |
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>
Diffstat (limited to 'qemu-option.c')
-rw-r--r-- | qemu-option.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-option.c b/qemu-option.c index e380fc140d..65db54292b 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 |