From b8542a82b7f161dc85a61a896bdd5ce106dcc946 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 16 Jan 2012 23:03:33 -0200 Subject: [PATCH] Fix common misspelling with codespell -------8<------- SUMMARY: ommitted 1 --- tools/kmod-depmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.2