aboutsummaryrefslogtreecommitdiffstats
path: root/sm/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/base64.c')
-rw-r--r--sm/base64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/base64.c b/sm/base64.c
index e7a1ae9ae..f70615e97 100644
--- a/sm/base64.c
+++ b/sm/base64.c
@@ -178,7 +178,7 @@ base64_reader_cb (void *cb_value, char *buffer, size_t count, size_t *nread)
if (c == '\n')
{
parm->have_lf = 1;
- /* FIXME: we need to skip overlong lines while detecting
+ /* Fixme: we need to skip overlong lines while detecting
the dashed lines */
break;
}