msvcrt: Fixed a typo.

This commit is contained in:
André Hentschel 2011-02-04 17:01:48 +01:00 committed by Alexandre Julliard
parent 2b0e162ecc
commit 68b0a13572
2 changed files with 2 additions and 2 deletions

View File

@ -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 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 ?
*/

View File

@ -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 ?
*/