From: Lucas De Marchi Date: Tue, 17 Jan 2012 01:03:33 +0000 (-0200) Subject: Fix common misspelling with codespell X-Git-Tag: v5~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8542a82b7f161dc85a61a896bdd5ce106dcc946;p=thirdparty%2Fkmod.git Fix common misspelling with codespell -------8<------- SUMMARY: ommitted 1 --- diff --git a/tools/kmod-depmod.c b/tools/kmod-depmod.c index 0cf28f6d..0721dafb 100644 --- a/tools/kmod-depmod.c +++ b/tools/kmod-depmod.c @@ -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).