aboutgitcodebugslistschat
path: root/lineread.c
diff options
context:
space:
mode:
Diffstat (limited to 'lineread.c')
-rw-r--r--lineread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lineread.c b/lineread.c
index 0387f4a..4225de6 100644
--- a/lineread.c
+++ b/lineread.c
@@ -70,7 +70,7 @@ static ssize_t peek_line(struct lineread *lr, bool eof)
* @lr: Line reader state structure
* @line: Place a pointer to the next line in this variable
*
- * Return: Length of line read on success, 0 on EOF, negative on error
+ * Return: length of line read on success, 0 on EOF, negative on error
*/
ssize_t lineread_get(struct lineread *lr, char **line)
{