aboutsummaryrefslogtreecommitdiffhomepage
path: root/date.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-19 13:07:58 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-19 13:07:58 -0700
commit9f3649370cefe3d4a28b0df7cb3fea32ded9251a (patch)
treeb5eb79fd7e2c283f485328672236dfa351efb162 /date.c
parentf638fbf8d6c5c3dada648edf974a410c3ca7ace5 (diff)
date.c: Keep the comments clean.
Never know when the children might be reading over my shoulder, for example. :-)
Diffstat (limited to 'date.c')
-rw-r--r--date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/date.c b/date.c
index 0f217e44..f169d616 100644
--- a/date.c
+++ b/date.c
@@ -75,7 +75,7 @@ static unsigned char gmime_datetok_table[256] = {
111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,
};
-/* hrm, is there a library for this shit? */
+/* hrm, is there a library for this stuff? */
static struct {
char *name;
int offset;