From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: Tue, 7 May 2019 12:18:43 +0000 (+0200)
Subject: spl: Fix typo in kernel doc
X-Git-Tag: v2025.01-rc5-pxa1908~2891^2~19
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=fd4ee98db330f067bf366eefe1f83909e846cedd;p=u-boot.git

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>
---

diff --git a/common/spl/spl.c b/common/spl/spl.c
index 4ddeff9b51..d5e3f680f4 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