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