dbghelp: fix a typo

André Hentschel nerv at dawncrow.de
Wed Dec 30 10:32:20 CST 2009


---
 dlls/dbghelp/dbghelp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dbghelp/dbghelp.c b/dlls/dbghelp/dbghelp.c
index 860d267..d9a828f 100644
--- a/dlls/dbghelp/dbghelp.c
+++ b/dlls/dbghelp/dbghelp.c
@@ -160,7 +160,7 @@ struct cpu*             dbghelp_current_cpu =
 #elif defined(__x86_64__)
     &cpu_x86_64
 #else
-#error define support for you CPU
+#error define support for your CPU
 #endif
     ;
 
-- 
1.6.6.36.g83c5e



More information about the wine-patches mailing list