Francois Gouget : dbghelp: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Mon Jul 18 15:47:02 CDT 2022


Module: wine
Branch: master
Commit: 188e8988abf80d6264e1b255d99a664cb3a75ba1
URL:    https://gitlab.winehq.org/wine/wine/-/commit/188e8988abf80d6264e1b255d99a664cb3a75ba1

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul  9 15:57:55 2022 +0200

dbghelp: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at 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;




More information about the wine-cvs mailing list