From 3f397efbea34ffdf75257fb4a250311eb93a5ad8 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 5 Jan 2021 22:21:46 +0100 Subject: [PATCH] typo --- gen/src/test_data/test_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen/src/test_data/test_lib.h b/gen/src/test_data/test_lib.h index da8bf2e..87fded2 100644 --- a/gen/src/test_data/test_lib.h +++ b/gen/src/test_data/test_lib.h @@ -18,10 +18,10 @@ // As structs can contain further types, these dependent types need to be collected // recursively. // Finally, all the collected types will be resolved to their final underlying type. -// If a type is primitive, nothing needs to be done its already defined. +// If a type is primitive, nothing needs to be done, cause its already defined. // But types of typekind struct or enum need to be defined. // Their definition will be searched for in the headerfile and included in the interface definition -// The CID file contains all the information needed to represet: +// The CID file contains all the information needed to represent: // * functions // * vars // * structs