aboutsummaryrefslogtreecommitdiffstats
path: root/common/xreadline.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/xreadline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/xreadline.c b/common/xreadline.c
index 8400df330..7e091e9dd 100644
--- a/common/xreadline.c
+++ b/common/xreadline.c
@@ -40,8 +40,8 @@
memory was enable and ERRNO is set accordingly.
If a line has been truncated, the file pointer is moved forward to
- the end of the line so that the next read start with the next
- line. Note that MAX_LENGTH must be re-initialzied in this case..
+ the end of the line so that the next read starts with the next
+ line. Note that MAX_LENGTH must be re-initialzied in this case.
Note: The returned buffer is allocated with enough extra space to
append a CR,LF,Nul