]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image.c
Use correct spelling of "U-Boot"
[people/ms/u-boot.git] / common / image.c
index f4a1dc8e251a24251d5a09e0e900360d4fb846bb..75b1104bf3ab2ad476549dfb6a3e4de8f3cb01af 100644 (file)
@@ -1265,7 +1265,7 @@ int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
  * @cmd_end: pointer to a ulong variable, will hold cmdline end
  *
  * boot_get_cmdline() allocates space for kernel command line below
- * BOOTMAPSZ + getenv_bootm_low() address. If "bootargs" U-boot environemnt
+ * BOOTMAPSZ + getenv_bootm_low() address. If "bootargs" U-Boot environemnt
  * variable is present its contents is copied to allocated kernel
  * command line.
  *