aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2020-12-03 12:53:42 +0200
committerAhmad Samir <a.samirh78@gmail.com>2020-12-03 12:53:42 +0200
commitacfbe17bf5574e268d1261587e9194bd225a9867 (patch)
treec570024e3a0b181bf0f0b3ce16d8410dcf0e7005 /src/core/kconfig.cpp
parent500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d (diff)
downloadkconfig-acfbe17bf5574e268d1261587e9194bd225a9867.tar.gz
kconfig-acfbe17bf5574e268d1261587e9194bd225a9867.tar.bz2
Fix comment
GIT_SILENT
Diffstat (limited to 'src/core/kconfig.cpp')
-rw-r--r--src/core/kconfig.cpp2
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;