Revision aa1f17c1 dis-asm.h

b/dis-asm.h
421 421
/* Call this macro to initialize only the internal variables for the
422 422
   disassembler.  Architecture dependent things such as byte order, or machine
423 423
   variant are not touched by this macro.  This makes things much easier for
424
   GDB which must initialize these things seperatly.  */
424
   GDB which must initialize these things separately.  */
425 425

  
426 426
#define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
427 427
  (INFO).fprintf_func = (FPRINTF_FUNC), \

Also available in: Unified diff