diff options
author | Brad Hards <bradh@frogmouth.net> | 2011-04-23 21:50:06 +1000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-04-26 13:26:37 +0100 |
commit | 71785abaea26e185f7dc19ab376c0ed51d469d90 (patch) | |
tree | 90b42ea6e8471e049965d3aa4d0b7b5600afca91 /vl.c | |
parent | b0b36e5d2e4c8a96c2f6dbc0981a9fd0cde111d8 (diff) | |
download | qemu-71785abaea26e185f7dc19ab376c0ed51d469d90.zip |
vl: trivial spelling fix
Signed-off-by: Brad Hards <bradh@frogmouth.net>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 * |