Index: block-raw.c =================================================================== RCS file: /sources/qemu/qemu/block-raw.c,v retrieving revision 1.17 diff -u -b -B -r1.17 block-raw.c --- block-raw.c 18 Jan 2007 00:22:11 -0000 1.17 +++ block-raw.c 26 Jun 2007 17:09:12 -0000 @@ -1295,7 +1295,7 @@ #if 0 /***********************************************/ -/* removable device additionnal commands */ +/* removable device additional commands */ static int raw_is_inserted(BlockDriverState *bs) { Index: hw/ide.c =================================================================== RCS file: /sources/qemu/qemu/hw/ide.c,v retrieving revision 1.62 diff -u -b -B -r1.62 ide.c --- hw/ide.c 6 Jun 2007 16:26:13 -0000 1.62 +++ hw/ide.c 26 Jun 2007 17:09:14 -0000 @@ -1567,7 +1567,7 @@ buf[1] = 0x80; /* removable */ buf[2] = 0x00; /* ISO */ buf[3] = 0x21; /* ATAPI-2 (XXX: put ATAPI-4 ?) */ - buf[4] = 31; /* additionnal length */ + buf[4] = 31; /* additional length */ buf[5] = 0; /* reserved */ buf[6] = 0; /* reserved */ buf[7] = 0; /* reserved */ Index: hw/usb.c =================================================================== RCS file: /sources/qemu/qemu/hw/usb.c,v retrieving revision 1.9 diff -u -b -B -r1.9 usb.c --- hw/usb.c 12 Aug 2006 01:04:27 -0000 1.9 +++ hw/usb.c 26 Jun 2007 17:09:14 -0000 @@ -140,7 +140,7 @@ s->setup_state = SETUP_STATE_IDLE; /* transfer OK */ } else { - /* ignore additionnal output */ + /* ignore additional output */ } break; case SETUP_STATE_DATA: Index: linux-user/signal.c =================================================================== RCS file: /sources/qemu/qemu/linux-user/signal.c,v retrieving revision 1.37 diff -u -b -B -r1.37 signal.c --- linux-user/signal.c 13 May 2007 13:58:00 -0000 1.37 +++ linux-user/signal.c 26 Jun 2007 17:09:15 -0000 @@ -244,7 +244,7 @@ } /* XXX: we support only POSIX RT signals are used. */ -/* XXX: find a solution for 64 bit (additionnal malloced data is needed) */ +/* XXX: find a solution for 64 bit (additional malloced data is needed) */ void target_to_host_siginfo(siginfo_t *info, const target_siginfo_t *tinfo) { info->si_signo = tswap32(tinfo->si_signo); Index: target-i386/cpu.h =================================================================== RCS file: /sources/qemu/qemu/target-i386/cpu.h,v retrieving revision 1.44 diff -u -b -B -r1.44 cpu.h --- target-i386/cpu.h 3 Jun 2007 21:02:37 -0000 1.44 +++ target-i386/cpu.h 26 Jun 2007 17:09:16 -0000 @@ -121,7 +121,7 @@ #define VIP_MASK 0x00100000 #define ID_MASK 0x00200000 -/* hidden flags - used internally by qemu to represent additionnal cpu +/* hidden flags - used internally by qemu to represent additional cpu states. Only the CPL, INHIBIT_IRQ and HALTED are not redundant. We avoid using the IOPL_MASK, TF_MASK and VM_MASK bit position to ease oring with eflags. */