summaryrefslogtreecommitdiff
path: root/lib/libc/src/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/src/base64.c')
-rw-r--r--lib/libc/src/base64.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/src/base64.c b/lib/libc/src/base64.c
index 07a4902f..fc1cc51e 100644
--- a/lib/libc/src/base64.c
+++ b/lib/libc/src/base64.c
@@ -100,8 +100,8 @@ encode
/*
* PL_Base64Encode
*
- * If the destination argument is NULL, a return buffer is
- * allocated, and the data therein will be null-terminated.
+ * If the destination argument is NULL, a return buffer is
+ * allocated, and the data therein will be null-terminated.
* If the destination argument is not NULL, it is assumed to
* be of sufficient size, and the contents will not be null-
* terminated by this routine.
@@ -341,8 +341,8 @@ decode
* If the destination argument is not null, it is assumed
* to be of sufficient size, and the data will not be null-
* terminated by this routine.
- *
- * Returns null if the allocation fails, or if the source string is
+ *
+ * Returns null if the allocation fails, or if the source string is
* not well-formed.
*/