Francois Gouget : winedump: Fix the spelling of a trace and a comment.

Alexandre Julliard julliard at winehq.org
Fri Aug 27 15:03:33 CDT 2021


Module: wine
Branch: master
Commit: d5e85d975f1346569e101001c30b8b6e1c3516fd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d5e85d975f1346569e101001c30b8b6e1c3516fd

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug 27 12:57:32 2021 +0200

winedump: Fix the spelling of a trace and a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/winedump/msc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/winedump/msc.c b/tools/winedump/msc.c
index 25cfcba0630..12ec25b1a1c 100644
--- a/tools/winedump/msc.c
+++ b/tools/winedump/msc.c
@@ -299,7 +299,7 @@ static const char* get_varflags(unsigned flags)
     if (flags & 0x0002) X("addr-taken");
     if (flags & 0x0004) X("compiler-gen");
     if (flags & 0x0008) X("aggregated");
-    if (flags & 0x0010) X("in-aggreate");
+    if (flags & 0x0010) X("in-aggregate");
     if (flags & 0x0020) X("aliased");
     if (flags & 0x0040) X("alias");
     if (flags & 0x0080) X("retval");
@@ -1189,7 +1189,7 @@ static void dump_defrange(const struct cv_addr_range* range, const void* last, c
         printf("%s\toffset:%x range:#%x\n", pfx, gap->gapStartOffset, gap->cbRange);
 }
 
-/* return adress of first byte after the symbol */
+/* return address of first byte after the symbol */
 static inline const char* get_last(const union codeview_symbol* sym)
 {
     return (const char*)sym + sym->generic.len + 2;




More information about the wine-cvs mailing list