aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2019-05-07 14:18:43 +0200
committerTom Rini <trini@konsulko.com>2019-07-11 10:05:15 -0400
commitfd4ee98db330f067bf366eefe1f83909e846cedd (patch)
tree11aeeb3d7f0e0e5228171216c90336928eb1b4b9 /common
parentf2a55acfcf7a605f114a45eafa8a349341680f42 (diff)
downloadu-boot-fd4ee98db330f067bf366eefe1f83909e846cedd.zip
u-boot-fd4ee98db330f067bf366eefe1f83909e846cedd.tar.gz
u-boot-fd4ee98db330f067bf366eefe1f83909e846cedd.tar.bz2
spl: Fix typo in kernel doc
Fix a tiny typo in boot_from_devices() kernel doc. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common')
-rw-r--r--common/spl/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 4ddeff9..d5e3f68 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -535,7 +535,7 @@ static int spl_load_image(struct spl_image_info *spl_image,
}
/**
- * boot_from_devices() - Try loading an booting U-Boot from a list of devices
+ * boot_from_devices() - Try loading a booting U-Boot from a list of devices
*
* @spl_image: Place to put the image details if successful
* @spl_boot_list: List of boot devices to try