summaryrefslogtreecommitdiff
path: root/include/u-boot/fdt-libcrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u-boot/fdt-libcrypto.h')
-rw-r--r--include/u-boot/fdt-libcrypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u-boot/fdt-libcrypto.h b/include/u-boot/fdt-libcrypto.h
index 5142f37039..b15d8a1eaf 100644
--- a/include/u-boot/fdt-libcrypto.h
+++ b/include/u-boot/fdt-libcrypto.h
@@ -19,7 +19,7 @@
* @prop_name: What to call the property in the FDT
* @num: pointer to a libcrypto big number
* @num_bits: How big is 'num' in bits?
- * @return 0 if all good all working, -ve on horror
+ * Return: 0 if all good all working, -ve on horror
*/
int fdt_add_bignum(void *blob, int noffset, const char *prop_name,
BIGNUM *num, int num_bits);