Various, unrelated tree-wide typo fixes.
[oweals/u-boot.git] / common / env_common.c
index 13db7dc3f7553fc909618462a376b829e1a194c6..560cad02476404fdde6e4f0b4dff5f07a7ec22d1 100644 (file)
@@ -145,7 +145,7 @@ int set_default_vars(int nvars, char * const vars[])
  * env_aes_cbc_get_key() - Get AES-128-CBC key for the environment
  *
  * This function shall return 16-byte array containing AES-128 key used
- * to encrypt and decrypt the environment. This function must be overriden
+ * to encrypt and decrypt the environment. This function must be overridden
  * by the implementer as otherwise the environment encryption will not
  * work.
  */