diff options
Diffstat (limited to 'include/datatype.h')
-rw-r--r-- | include/datatype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datatype.h b/include/datatype.h index e9f60798..cc4cb078 100644 --- a/include/datatype.h +++ b/include/datatype.h @@ -129,7 +129,7 @@ enum datatype_flags { * @subtypes: number of subtypes (concat type) * @name: type name * @desc: type description - * @basetype: basetype for subtypes, determines type compatibilty + * @basetype: basetype for subtypes, determines type compatibility * @basefmt: format string for basetype * @print: function to print a constant of this type * @parse: function to parse a symbol and return an expression |