summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
diff options
context:
space:
mode:
authorMiquel Raynal <[email protected]>2019-05-07 14:18:43 +0200
committerTom Rini <[email protected]>2019-07-11 10:05:15 -0400
commitfd4ee98db330f067bf366eefe1f83909e846cedd (patch)
tree11aeeb3d7f0e0e5228171216c90336928eb1b4b9 /common/spl/spl.c
parentf2a55acfcf7a605f114a45eafa8a349341680f42 (diff)
spl: Fix typo in kernel doc
Fix a tiny typo in boot_from_devices() kernel doc. Signed-off-by: Miquel Raynal <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'common/spl/spl.c')
-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 4ddeff9b51e..d5e3f680f4c 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