Various, unrelated tree-wide typo fixes.
[oweals/u-boot.git] / lib / hashtable.c
index 02b41050a44f6656e9605e288f5f6a97faf3539c..435e2a6ac14591158da3bf9fe50dd4f1c1382695 100644 (file)
@@ -822,7 +822,7 @@ int himport_r(struct hsearch_data *htab,
         * (CONFIG_ENV_SIZE).  This heuristics will result in
         * unreasonably large numbers (and thus memory footprint) for
         * big flash environments (>8,000 entries for 64 KB
-        * envrionment size), so we clip it to a reasonable value.
+        * environment size), so we clip it to a reasonable value.
         * On the other hand we need to add some more entries for free
         * space when importing very small buffers. Both boundaries can
         * be overwritten in the board config file if needed.