Commit 8f51e6bd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcrt: Fix the spelling of a comment.

parent c7e57bc5
...@@ -1509,7 +1509,7 @@ static BOOL symbol_demangle(struct parsed_symbol* sym) ...@@ -1509,7 +1509,7 @@ static BOOL symbol_demangle(struct parsed_symbol* sym)
case '9': function_name = "`vcall'"; break; case '9': function_name = "`vcall'"; break;
case 'A': function_name = "`typeof'"; break; case 'A': function_name = "`typeof'"; break;
case 'B': function_name = "`local static guard'"; break; case 'B': function_name = "`local static guard'"; break;
case 'C': sym->result = (char*)"`string'"; /* string literal: followed by string encoding (native nevers undecode it) */ case 'C': sym->result = (char*)"`string'"; /* string literal: followed by string encoding (native never undecode it) */
/* FIXME: should unmangle the whole string for error reporting */ /* FIXME: should unmangle the whole string for error reporting */
if (*sym->current && sym->current[strlen(sym->current) - 1] == '@') ret = TRUE; if (*sym->current && sym->current[strlen(sym->current) - 1] == '@') ret = TRUE;
goto done; goto done;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment