]> Git Repo - J-u-boot.git/commitdiff
spl: Fix typo in kernel doc
authorMiquel Raynal <[email protected]>
Tue, 7 May 2019 12:18:43 +0000 (14:18 +0200)
committerTom Rini <[email protected]>
Thu, 11 Jul 2019 14:05:15 +0000 (10:05 -0400)
Fix a tiny typo in boot_from_devices() kernel doc.

Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
common/spl/spl.c

index 4ddeff9b51ee657144855e8f884e3f3234b00a33..d5e3f680f4cb61bfa054684db5fd657425436c2c 100644 (file)
@@ -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
This page took 0.032673 seconds and 4 git commands to generate.