]> Git Repo - qemu.git/blobdiff - disas.c
pci: Unregister BARs before device exit
[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
This page took 0.024526 seconds and 4 git commands to generate.