aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/DESIGN.kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DESIGN.kconfig b/docs/DESIGN.kconfig
index 1aa0a3f8..68994aed 100644
--- a/docs/DESIGN.kconfig
+++ b/docs/DESIGN.kconfig
@@ -1,4 +1,4 @@
-kconfigdata.h contains definitions of the data formats used by kconfig.
+kconfigdata_p.h contains definitions of the data formats used by kconfig.
Configuration entries are stored as "KEntry". They are indexed with "KEntryKey".
The primary store is a "KEntryMap" which is defined as a QMap from "KEntryKey"