msvcrt: Fixed a typo (try 2)

André Hentschel nerv at dawncrow.de
Fri Feb 4 10:01:50 CST 2011


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

diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c
index 1e7a20a..6f6b5c6 100644
--- a/dlls/msvcrt/cpp.c
+++ b/dlls/msvcrt/cpp.c
@@ -605,7 +605,7 @@ const char * __thiscall MSVCRT_type_info_name(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 starts 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