The patch looks wrong as many parts are reversed. e.g. - EXCP_FP_VXISI = 0x06, /* FP invalid infinite substraction */ + EXCP_FP_VXISI = 0x06, /* FP invalid infinite subtraction */
-/* substract from */ +/* subtract from */ Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamendo.com ----- Message d'origine ---- De : Aurelien Jarno <[EMAIL PROTECTED]> À : qemu-devel@nongnu.org Envoyé le : Samedi, 23 Juin 2007, 0h25mn 22s Objet : [Qemu-devel] [PATCH] Fix two typos Hi, The patch below, taken from the Debian package, fixes two typos: - substract -> subtract - formating -> formatting Bye, Aurelien