diff options
Diffstat (limited to 'util/scripts/rm_unused_code')
-rwxr-xr-x | util/scripts/rm_unused_code | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/scripts/rm_unused_code b/util/scripts/rm_unused_code index 53c0b65e3d..d4b42b6297 100755 --- a/util/scripts/rm_unused_code +++ b/util/scripts/rm_unused_code @@ -259,7 +259,7 @@ remove_kconfigs() { remove_unused() { local dir # Most files can be removed simply by looking at the time, but - # all Kconfig and Makefile.inc files in the entire tree are accessed + # all Kconfig and Makefiles in the entire tree are accessed # whether they're used or not. remove_kconfigs |