msvcr90: Fixed a typo

Nikolay Sivov nsivov at codeweavers.com
Fri Feb 4 09:51:39 CST 2011


On 2/4/2011 18:33, André Hentschel wrote:
> ---
>   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 ?
>          */
Maybe 'starts with' ?



More information about the wine-devel mailing list