diff options
Diffstat (limited to 'common/xreadline.c')
-rw-r--r-- | common/xreadline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xreadline.c b/common/xreadline.c index 2b640b3ab..ab43c292a 100644 --- a/common/xreadline.c +++ b/common/xreadline.c @@ -33,7 +33,7 @@ maximum allowed allocation. Returns the length of the line. EOF is indicated by a line of - length zero. A truncated line is indicated my setting the value at + length zero. A truncated line is indicated by setting the value at MAX_LENGTH to 0. If the returned value is less then 0 not enough memory was enable and ERRNO is set accordingly. |