From acfbe17bf5574e268d1261587e9194bd225a9867 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 3 Dec 2020 12:53:42 +0200 Subject: Fix comment GIT_SILENT --- src/core/kconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/kconfig.cpp') 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; -- cgit v1.2.1