From: Masahiro Yamada Date: Wed, 18 Sep 2013 00:36:38 +0000 (+0900) Subject: cosmetic: FIT: fix typos in comments X-Git-Tag: v2013.10-rc4~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=069d594557578c17078f5a413a93923c73628d80;p=kernel%2Fu-boot.git cosmetic: FIT: fix typos in comments Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- diff --git a/common/image-fit.c b/common/image-fit.c index 7647515..7ebc33e 100644 --- a/common/image-fit.c +++ b/common/image-fit.c @@ -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 * unit name * - * fit_parse_conf() expects configuration spec in the for of []#, + * fit_parse_conf() expects configuration spec in the form of []#, * where is a FIT image address that contains configuration * with a unit name. * @@ -84,7 +84,7 @@ int fit_parse_conf(const char *spec, ulong addr_curr, * subimage * @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 * []:, where is a FIT image address that contains * subimage with a unit name. *