[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re : [Qemu-devel] [PATCH] Fix two typos
From: |
Sylvain Petreolle |
Subject: |
Re : [Qemu-devel] [PATCH] Fix two typos |
Date: |
Sat, 23 Jun 2007 10:38:57 +0000 (GMT) |
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 <address@hidden>
À : address@hidden
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
- Re : [Qemu-devel] [PATCH] Fix two typos,
Sylvain Petreolle <=