Fix comment (install patch -> install path)

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Stefan Weil 2011-09-04 15:17:46 +02:00 committed by Stefan Hajnoczi
parent 07ff2c4475
commit 60474fb568
1 changed files with 1 additions and 1 deletions

2
vl.c
View File

@ -3061,7 +3061,7 @@ int main(int argc, char **argv, char **envp)
if (!data_dir) {
data_dir = os_find_datadir(argv[0]);
}
/* If all else fails use the install patch specified when building. */
/* If all else fails use the install path specified when building. */
if (!data_dir) {
data_dir = CONFIG_QEMU_DATADIR;
}