]> git.proxmox.com Git - mirror_qemu.git/blobdiff - dis-asm.h
Spelling fixes, by Stefan Weil.
[mirror_qemu.git] / dis-asm.h
index 2b2f1d1decfd4fc2f2e72f097cf474d7c7ea36d6..ad08cc5d6cc383fd2331f1f62937a44f52d99c3a 100644 (file)
--- a/dis-asm.h
+++ b/dis-asm.h
@@ -421,7 +421,7 @@ extern int generic_symbol_at_address
 /* Call this macro to initialize only the internal variables for the
    disassembler.  Architecture dependent things such as byte order, or machine
    variant are not touched by this macro.  This makes things much easier for
-   GDB which must initialize these things seperatly.  */
+   GDB which must initialize these things separately.  */
 
 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
   (INFO).fprintf_func = (FPRINTF_FUNC), \