| Submitter | Brad Hards |
|---|---|
| Date | April 23, 2011, 11:50 a.m. |
| Message ID | <1303559406-1086-1-git-send-email-bradh@frogmouth.net> |
| Download | mbox | patch |
| Permalink | /patch/92614/ |
| State | New |
| Headers | show |
Comments
On Sat, Apr 23, 2011 at 12:50 PM, Brad Hards <bradh@frogmouth.net> wrote: > Signed-off-by: Brad Hards <bradh@frogmouth.net> > --- > vl.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks! Merged into the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan
Patch
diff --git a/vl.c b/vl.c index 68c3b53..b46ee66 100644 --- a/vl.c +++ b/vl.c @@ -756,7 +756,7 @@ void add_boot_device_path(int32_t bootindex, DeviceState *dev, /* * This function returns null terminated string that consist of new line - * separated device pathes. + * separated device paths. * * memory pointed by "size" is assigned total length of the array in bytes *
Signed-off-by: Brad Hards <bradh@frogmouth.net> --- vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)