Francois Gouget : widl: Fix a variable name in a comment.

Alexandre Julliard julliard at winehq.org
Mon Sep 2 14:50:20 CDT 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Sep  2 04:31:20 2019 +0200

widl: Fix a variable name in a comment.

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

---

 tools/widl/typelib_struct.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/widl/typelib_struct.h b/tools/widl/typelib_struct.h
index 0d9f8eb..58dd95e 100644
--- a/tools/widl/typelib_struct.h
+++ b/tools/widl/typelib_struct.h
@@ -327,7 +327,7 @@ typedef struct {
 } SLTG_BlkEntry;
 
 /* The order of the blocks in the file is given by starting at Block
-   entry firt_blk and stepping through using the next pointer */
+   entry first_blk and stepping through using the next pointer */
 
 /* These then get followed by this magic */
 typedef struct {




More information about the wine-cvs mailing list