Module: wine Branch: master Commit: 188e8988abf80d6264e1b255d99a664cb3a75ba1 URL: https://gitlab.winehq.org/wine/wine/-/commit/188e8988abf80d6264e1b255d99a664...
Author: Francois Gouget fgouget@free.fr Date: Sat Jul 9 15:57:55 2022 +0200
dbghelp: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr
---
dlls/dbghelp/msc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index bec9dec2532..2fca1f229d1 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -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;