[PATCH] widl: Fix a variable name in a comment.
Sept. 2, 2019
2:31 a.m.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- 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 0d9f8ebd53c..58dd95ec3bd 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 { -- 2.20.1
2396
Age (days ago)
2396
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget