]> git.sur5r.net Git - u-boot/blobdiff - cmd/nvedit.c
fit: Verify all configuration signatures
[u-boot] / cmd / nvedit.c
index 11489b0123b304ee1e0f351dd24d7c2ee2608f67..ddc888a4fdfc7c98216d9a1ded75f0e8bcea5cd4 100644 (file)
@@ -720,7 +720,7 @@ int env_get_f(const char *name, char *buf, unsigned len)
 /**
  * Decode the integer value of an environment variable and return it.
  *
- * @param name         Name of environemnt variable
+ * @param name         Name of environment variable
  * @param base         Number base to use (normally 10, or 16 for hex)
  * @param default_val  Default value to return if the variable is not
  *                     found