summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-02-07 11:34:31 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-02-15 16:51:52 +0100
commit4ff84696af496c398f7621f65858a0120fc2c596 (patch)
tree5b325151efd1a1b9a0dd293e89d6b9abd5b88320 /include
parent25ab0aabf2e23aa1dcde0e0b8175f0d0417ef87e (diff)
src: Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/datatype.h2
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