X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cmd%2Fpxe.c;h=9434a18177a7e020b1a7181d981eb5a4f5535d01;hb=85dc2fe119657b1e02ff88345dced4f37e4bd174;hp=080b3760de0074d2468a838a12ce850ac510b059;hpb=cd85bec36d0e0d16fedb00e0c434ed070a9c6b37;p=u-boot diff --git a/cmd/pxe.c b/cmd/pxe.c index 080b3760de..9434a18177 100644 --- a/cmd/pxe.c +++ b/cmd/pxe.c @@ -571,7 +571,7 @@ static void label_print(void *data) /* * Boot a label that specified 'localboot'. This requires that the 'localcmd' - * environment variable is defined. Its contents will be executed as U-boot + * environment variable is defined. Its contents will be executed as U-Boot * command. If the label specified an 'append' line, its contents will be * used to overwrite the contents of the 'bootargs' environment variable prior * to running 'localcmd'. @@ -1438,7 +1438,7 @@ static struct pxe_menu *parse_pxefile(cmd_tbl_t *cmdtp, unsigned long menucfg) } /* - * Converts a pxe_menu struct into a menu struct for use with U-boot's generic + * Converts a pxe_menu struct into a menu struct for use with U-Boot's generic * menu code. */ static struct menu *pxe_menu_to_menu(struct pxe_menu *cfg)