From: Lucas De Marchi Date: Wed, 30 Nov 2011 18:01:08 +0000 (-0200) Subject: Fix misspellings by use of codespell X-Git-Tag: v1~170 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2043369e7e21477dd60d0bde62d74e8b3ec75e08;p=thirdparty%2Fkmod.git Fix misspellings by use of codespell --- diff --git a/libkmod/libkmod-index.h b/libkmod/libkmod-index.h index d8aced52..adb427f6 100644 --- a/libkmod/libkmod-index.h +++ b/libkmod/libkmod-index.h @@ -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).