msvcrt: Fixed a typo.
This commit is contained in:
parent
2b0e162ecc
commit
68b0a13572
|
@ -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 ?
|
||||
*/
|
||||
|
|
|
@ -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 ?
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue