about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/util/io.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/util/io.c b/lib/util/io.c
index 5fe959a9..54ecb6a8 100644
--- a/lib/util/io.c
+++ b/lib/util/io.c
@@ -15,8 +15,7 @@ pm_freadline(FILE *        const fileP,
              const char ** const errorP) {
 /*----------------------------------------------------------------------------
    Read a line (assuming the file is text with lines delimited by newlines)
-   for file *fileP.  Return that line in newly malloced storage as
-   *lineP.
+   from file *fileP.  Return that line in newly malloced storage as *lineP.
 
    The newline delimiter is not part of the line.
 
@@ -89,3 +88,5 @@ pm_freadline(FILE *        const fileP,
         }
     }
 }
+
+