[PATCH] winedump: Spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Aug 23 09:44:03 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 tools/winedump/tlb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/winedump/tlb.c b/tools/winedump/tlb.c
index 701c5270637..bed53933be6 100644
--- a/tools/winedump/tlb.c
+++ b/tools/winedump/tlb.c
@@ -1165,7 +1165,7 @@ static const char *lookup_code(const BYTE *table, DWORD table_size, struct bitst
 
     if (p + 1 < table + table_size && *(p + 1))
     {
-        /* FIXME: Whats the meaning of *p? */
+        /* FIXME: What is the meaning of *p? */
         const BYTE *q = p + 1;
         while (q < table + table_size && *q) q++;
         return (q < table + table_size) ? (const char *)(p + 1) : NULL;
-- 
2.18.0




More information about the wine-devel mailing list