]> git.proxmox.com Git - mirror_qemu.git/blobdiff - disas.c
fix some common typos
[mirror_qemu.git] / disas.c
diff --git a/disas.c b/disas.c
index 27071c3bc1240aef5020b28d38f711979ceb5208..93d8d30d1b8ae8ce4dea8d73b686017fee2a22de 100644 (file)
--- a/disas.c
+++ b/disas.c
@@ -51,7 +51,7 @@ perror_memory (int status, bfd_vma memaddr, struct disassemble_info *info)
                           "Address 0x%" PRIx64 " is out of bounds.\n", memaddr);
 }
 
-/* This could be in a separate file, to save miniscule amounts of space
+/* This could be in a separate file, to save minuscule amounts of space
    in statically linked executables.  */
 
 /* Just print the address is hex.  This is included for completeness even