]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/elfload.c
iotests: Refactor blockdev-reopen test for iothreads
[mirror_qemu.git] / bsd-user / elfload.c
index 7cccf3eb8baf14f9bdc28cb39e0e308e5cc896a8..32378af7b2ec90c037f7517d8adee7925d9d3fe6 100644 (file)
@@ -1367,7 +1367,7 @@ int load_elf_binary(struct linux_binprm * bprm, struct target_pt_regs * regs,
     if (!have_guest_base) {
         /*
          * Go through ELF program header table and find out whether
-        * any of the segments drop below our current mmap_min_addr and
+         * any of the segments drop below our current mmap_min_addr and
          * in that case set guest_base to corresponding address.
          */
         for (i = 0, elf_ppnt = elf_phdata; i < elf_ex.e_phnum;