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:
Masahiro Yamada 2013-09-18 09:36:38 +09:00 committed by Tom Rini
parent 1b387ef55c
commit 069d594557

View File

@ -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.
* *