diff options
| author | Marek Vasut <[email protected]> | 2025-01-21 16:36:11 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-24 14:15:05 -0600 |
| commit | 87f9f591befd059d6444c8c17970bbf64c9237ad (patch) | |
| tree | c7fc0b07a4ce213ec453760c9736658d76d946cc /env | |
| parent | 8fcb7a883231ac573a2e3ee0a44dee07b463cbc3 (diff) | |
treewide: Replace Maximumm with Maximum in Kconfig symbol description
Replace Maximumm with Maximum in Kconfig symbol description, fix a typo.
No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
Diffstat (limited to 'env')
| -rw-r--r-- | env/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index aaf0b1fe9ac..4438f0b392c 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -60,7 +60,7 @@ config ENV_MIN_ENTRIES to store the environment settings. config ENV_MAX_ENTRIES - int "Maximumm number of entries in the environment hashtable" + int "Maximum number of entries in the environment hashtable" default 512 help Maximum number of entries in the hash table that is used internally |
