diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2020-12-03 12:53:42 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2020-12-03 12:53:42 +0200 |
commit | acfbe17bf5574e268d1261587e9194bd225a9867 (patch) | |
tree | c570024e3a0b181bf0f0b3ce16d8410dcf0e7005 | |
parent | 500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d (diff) | |
download | kconfig-acfbe17bf5574e268d1261587e9194bd225a9867.tar.gz kconfig-acfbe17bf5574e268d1261587e9194bd225a9867.tar.bz2 |
Fix comment
GIT_SILENT
-rw-r--r-- | src/core/kconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index f9257632..4584a65e 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -128,7 +128,7 @@ void KConfigPrivate::copyGroup(const QByteArray &source, const QByteArray &desti const int len = source.length(); const bool sameName = (destination == source); - // we keep this bool outside the foreach loop so that if + // we keep this bool outside the for loop so that if // the group is empty, we don't end up marking the other config // as dirty erroneously bool dirtied = false; |