diff --git a/src/kconfig_compiler/kconfig_compiler.cpp b/src/kconfig_compiler/kconfig_compiler.cpp --- a/src/kconfig_compiler/kconfig_compiler.cpp +++ b/src/kconfig_compiler/kconfig_compiler.cpp @@ -1585,7 +1585,7 @@ cout << " Reinhold Kainhofer, Duncan Mac-Vicar P., Harald Fernengel" << endl; cout << "This program comes with ABSOLUTELY NO WARRANTY." << endl; cout << "You may redistribute copies of this program" << endl; - cout << "under the terms of the GNU Library Public License." << endl; + cout << "under the terms of the GNU Library General Public License." << endl; cout << "For more information about these matters, see the file named COPYING." << endl; return 0; }