diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 23:20:57 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 23:20:57 +0200 |
commit | 3471f19fc56e41b2ee6236ea3016dfa30a76c0ff (patch) | |
tree | 2615e5a9349c20f95be9d9abbccde367b2eb6eeb /src/kconfig_compiler/KConfigCodeGeneratorBase.cpp | |
parent | 530f9490749505221d137343f1bd556821b820da (diff) | |
download | kconfig-3471f19fc56e41b2ee6236ea3016dfa30a76c0ff.tar.gz kconfig-3471f19fc56e41b2ee6236ea3016dfa30a76c0ff.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'src/kconfig_compiler/KConfigCodeGeneratorBase.cpp')
-rw-r--r-- | src/kconfig_compiler/KConfigCodeGeneratorBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp b/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp index f1ff06b3..0effd7e5 100644 --- a/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp +++ b/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp @@ -149,7 +149,7 @@ void KConfigCodeGeneratorBase::endNamespaces() } } -// returns the member accesor implementation +// returns the member accessor implementation // which should go in the h file if inline // or the cpp file if not inline QString KConfigCodeGeneratorBase::memberAccessorBody(const CfgEntry *e, bool globalEnums) const |