summaryrefslogtreecommitdiff
path: root/include/u-boot/lz4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u-boot/lz4.h')
-rw-r--r--include/u-boot/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u-boot/lz4.h b/include/u-boot/lz4.h
index 1276fb98a3..e18b39a5dc 100644
--- a/include/u-boot/lz4.h
+++ b/include/u-boot/lz4.h
@@ -13,7 +13,7 @@
* @srcn: Length of source data
* @dst: Destination for uncompressed data
* @dstn: Returns length of uncompressed data
- * @return 0 if OK, -EPROTONOSUPPORT if the magic number or version number are
+ * Return: 0 if OK, -EPROTONOSUPPORT if the magic number or version number are
* not recognised or independent blocks are used, -EINVAL if the reserved
* fields are non-zero, or input is overrun, -EENOBUFS if the destination
* buffer is overrun, -EEPROTO if the compressed data causes an error in