From: Simon Josefsson <simon@josefsson.org>
Date: Wed, 19 Apr 2006 14:30:15 +0000 (+0000)
Subject: Doc fix.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11dc9d0f6a829f099999cd6b566e10360ef5ba5;p=pspp

Doc fix.
---

diff --git a/lib/base64.c b/lib/base64.c
index a27b73ae67..4dbd80a1c0 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -306,8 +306,8 @@ isbase64 (char ch)
    be written to OUT.  On return, *OUTLEN holds the length of decoded
    bytes in OUT.  Note that as soon as any non-alphabet characters are
    encountered, decoding is stopped and false is returned.  This means
-   that, when applicable, you must de-fold any CRLF that is part of
-   the data stream before calling this function.  */
+   that, when applicable, you must remove any line terminators that is
+   part of the data stream before calling this function.  */
 bool
 base64_decode (const char *restrict in, size_t inlen,
 	       char *restrict out, size_t *outlen)