Francois Gouget : dbghelp: Spelling fixes in a couple of comments.

Alexandre Julliard julliard at winehq.org
Thu Mar 14 18:33:20 CDT 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 14 02:40:53 2019 +0100

dbghelp: Spelling fixes in a couple of comments.

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

---

 dlls/dbghelp/symbol.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dbghelp/symbol.c b/dlls/dbghelp/symbol.c
index 96a1f87..f59e322 100644
--- a/dlls/dbghelp/symbol.c
+++ b/dlls/dbghelp/symbol.c
@@ -850,7 +850,7 @@ static void symt_get_length(struct module* module, const struct symt* symt, ULON
     *size = 0x1000; /* arbitrary value */
 }
 
-/* neede by symt_find_nearest */
+/* needed by symt_find_nearest */
 static int symt_get_best_at(struct module* module, int idx_sorttab)
 {
     ULONG64 ref_addr;
@@ -870,7 +870,7 @@ static int symt_get_best_at(struct module* module, int idx_sorttab)
                    !cmp_sorttab_addr(module, idx_sorttab + 1, ref_addr))
                 idx_sorttab++;
         }
-        /* if no better symbol fond restore original */
+        /* if no better symbol was found restore the original */
         if (module->addr_sorttab[idx_sorttab]->symt.tag == SymTagPublicSymbol)
             idx_sorttab = idx_sorttab_orig;
     }




More information about the wine-cvs mailing list