]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Fix misspellings by use of codespell
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 30 Nov 2011 18:01:08 +0000 (16:01 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 30 Nov 2011 18:02:08 +0000 (16:02 -0200)
libkmod/libkmod-index.h

index d8aced5206b4025d64106812267fe8c1b609b72c..adb427f68cb85d33814089c8abf4a13ccb4ce71a 100644 (file)
@@ -138,7 +138,7 @@ struct index_node {
         } values[value_count];
 
    (node_offset & INDEX_NODE_FLAGS) indicates which fields are present.
-   Empty prefixes are ommitted, leaf nodes omit the three child-related fields.
+   Empty prefixes are omitted, leaf nodes omit the three child-related fields.
 
    This could be optimised further by adding a sparse child format
    (indicated using a new flag).