Francois Gouget : dbghelp: Fix the spelling and tweak the wording of a comment.

Alexandre Julliard julliard at winehq.org
Fri Feb 18 15:15:00 CST 2022


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Feb 18 15:59:32 2022 +0100

dbghelp: Fix the spelling and tweak the wording of a comment.

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

---

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

diff --git a/dlls/dbghelp/symbol.c b/dlls/dbghelp/symbol.c
index 49172701405..64f376b42f0 100644
--- a/dlls/dbghelp/symbol.c
+++ b/dlls/dbghelp/symbol.c
@@ -66,10 +66,11 @@ int __cdecl symt_cmp_addr(const void* p1, const void* p2)
 
 /* dbghelp exposes the internal symbols/types with DWORD indexes.
  * - custom symbols are always stored with index starting at BASE_CUSTOM_SYMT
- * - for all the others (non custom) symbols:
- *   + on 32bit machine, index is set to the actual adress of symt
- *   + on 64bit machine, we have a dedicated array to store symt exposed to caller
- *     index is the index in this array of the symbol
+ * - for all the other (non custom) symbols:
+ *   + on 32-bit machines, index is set to the actual address of symt
+ *   + on 64-bit machines, the symt address is stored in a dedicated array
+ *     which is exposed to the caller and index is the index of the symbol in
+ *     this array
  */
 DWORD             symt_ptr2index(struct module* module, const struct symt* sym)
 {




More information about the wine-cvs mailing list