msvcr90: Fixed a typo

André Hentschel nerv at dawncrow.de
Fri Feb 4 09:33:04 CST 2011


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

diff --git a/dlls/msvcr90/msvcr90.c b/dlls/msvcr90/msvcr90.c
index 2c811cb..d2a61dd 100644
--- a/dlls/msvcr90/msvcr90.c
+++ b/dlls/msvcr90/msvcr90.c
@@ -315,7 +315,7 @@ const char * __thiscall MSVCRT_type_info_name_internal_method(type_info * _this,
     if (!_this->name)
     {
       /* Create and set the demangled name */
-      /* Nota: mangled name in type_info struct always start with a '.', while
+      /* Note: mangled name in type_info struct always start with a '.', while
        * it isn't valid for mangled name.
        * Is this '.' really part of the mangled name, or has it some other meaning ?
        */
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list