Commit 6e7051144f60018df12fda9f4dcb7eee8d6f62ac

Authored by Chris Packham
Committed by Tom Rini
1 parent 8e34c1d34a

lib: Kconfig: spelling fixes

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -147,7 +147,7 @@
147 147 The faster memset() is the arch-specific one (if available) enabled
148 148 by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get
149 149 better performance by writing a word at a time. But in very
150   - size-constrained envrionments even this may be too big. Enable this
  150 + size-constrained environments even this may be too big. Enable this
151 151 option to reduce code size slightly at the cost of some speed.
152 152  
153 153 config TPL_TINY_MEMSET
... ... @@ -156,7 +156,7 @@
156 156 The faster memset() is the arch-specific one (if available) enabled
157 157 by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get
158 158 better performance by writing a word at a time. But in very
159   - size-constrained envrionments even this may be too big. Enable this
  159 + size-constrained environments even this may be too big. Enable this
160 160 option to reduce code size slightly at the cost of some speed.
161 161  
162 162 config RBTREE