]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Fix common misspelling with codespell
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 17 Jan 2012 01:03:33 +0000 (23:03 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 17 Jan 2012 01:03:33 +0000 (23:03 -0200)
-------8<-------
SUMMARY:
ommitted      1

tools/kmod-depmod.c

index 0cf28f6da43533597643b866623114ca79cf8467..0721dafbc96e123dac0c1482c7a5088772c9e45e 100644 (file)
@@ -322,7 +322,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).