]> git.sur5r.net Git - u-boot/blobdiff - common/env_common.c
tpm: Add function to load keys via their parent's SHA1 hash
[u-boot] / common / env_common.c
index 560cad02476404fdde6e4f0b4dff5f07a7ec22d1..7fb62e8b45753616053e7b3856936c0d99a0ad87 100644 (file)
@@ -226,7 +226,7 @@ int env_import(const char *buf, int check)
        return 0;
 }
 
-/* Emport the environment and generate CRC for it. */
+/* Export the environment and generate CRC for it. */
 int env_export(env_t *env_out)
 {
        char *res;