summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorbalrog2007-12-12 00:23:52 +0100
committerbalrog2007-12-12 00:23:52 +0100
commited494d87f7baf56742d5b699012e3f26e3779e10 (patch)
treeaf49c3ba7fc4ee68ba0f4f355f0480bb03d0b696 /vl.c
parentFix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori). (diff)
downloadqemu-ed494d87f7baf56742d5b699012e3f26e3779e10.tar.gz
qemu-ed494d87f7baf56742d5b699012e3f26e3779e10.tar.xz
qemu-ed494d87f7baf56742d5b699012e3f26e3779e10.zip
Add missing break just before execve, by Takashi Yoshii.
Fix a comment typo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3810 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index 9cb81ce47c..e88b2a4c3b 100644
--- a/vl.c
+++ b/vl.c
@@ -8721,7 +8721,7 @@ int main(int argc, char **argv)
}
#ifdef TARGET_I386
- /* XXX: this should be moved in the PC machine instanciation code */
+ /* XXX: this should be moved in the PC machine instantiation code */
if (net_boot != 0) {
int netroms = 0;
for (i = 0; i < nb_nics && i < 4; i++) {