diff options
author | Shuo Wang <wangshuo47@huawei.com> | 2020-11-25 09:31:21 +0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-12-03 01:46:11 -0800 |
commit | c72433254ee0bda8db5d8d78a643c481a51f88a5 (patch) | |
tree | 2ab217d91543f7cca139f159e7c5540b150a6eec | |
parent | 95ed3e75365b4922f4d5f3e024a26fe230f3a315 (diff) | |
download | kmod-c72433254ee0bda8db5d8d78a643c481a51f88a5.tar.gz kmod-c72433254ee0bda8db5d8d78a643c481a51f88a5.tar.bz2 kmod-c72433254ee0bda8db5d8d78a643c481a51f88a5.zip |
NEWS: fix typo
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -415,7 +415,7 @@ kmod 11 - New features: - libkmod now keeps a file opened after the first call to kmod_module_get_{info,versions,symbols,dependency_symbols}. This - reduces signficantly the amount of time depmod tool takes to + reduces significantly the amount of time depmod tool takes to execute. Particularly if compressed modules are used. - Remove --with-rootprefix from build system. It was not a great idea after all and should not be use since it causes more harm then |