mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
cosmetic: FIT: fix typos in comments
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1b387ef55c
commit
069d594557
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ static int fit_parse_spec(const char *spec, char sepc, ulong addr_curr,
|
||||||
* @conf_name double pointer to a char, will hold pointer to a configuration
|
* @conf_name double pointer to a char, will hold pointer to a configuration
|
||||||
* unit name
|
* unit name
|
||||||
*
|
*
|
||||||
* fit_parse_conf() expects configuration spec in the for of [<addr>]#<conf>,
|
* fit_parse_conf() expects configuration spec in the form of [<addr>]#<conf>,
|
||||||
* where <addr> is a FIT image address that contains configuration
|
* where <addr> is a FIT image address that contains configuration
|
||||||
* with a <conf> unit name.
|
* with a <conf> unit name.
|
||||||
*
|
*
|
||||||
|
@ -84,7 +84,7 @@ int fit_parse_conf(const char *spec, ulong addr_curr,
|
||||||
* subimage
|
* subimage
|
||||||
* @image_name: double pointer to a char, will hold pointer to a subimage name
|
* @image_name: double pointer to a char, will hold pointer to a subimage name
|
||||||
*
|
*
|
||||||
* fit_parse_subimage() expects subimage spec in the for of
|
* fit_parse_subimage() expects subimage spec in the form of
|
||||||
* [<addr>]:<subimage>, where <addr> is a FIT image address that contains
|
* [<addr>]:<subimage>, where <addr> is a FIT image address that contains
|
||||||
* subimage with a <subimg> unit name.
|
* subimage with a <subimg> unit name.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue