Commit 188e8988 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dbghelp: Fix the spelling of a comment.

parent 58b68609
......@@ -803,7 +803,7 @@ static BOOL codeview_resolve_forward_type(struct codeview_type_parse* ctp, const
unsigned hash;
/* Unfortunately, hash of forward defs are computed on the whole type record, not its name
* (unlike hash of UDT & enum implementations which is based primarly on the name... sigh)
* (unlike hash of UDT & enum implementations which is based primarily on the name... sigh)
* So compute the hash of the expected implementation.
*/
if (!codeview_type_extract_name(cvref, &nameref, &lenref, &decoratedref)) return FALSE;
......
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