From 9f3649370cefe3d4a28b0df7cb3fea32ded9251a Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Mon, 19 Oct 2009 13:07:58 -0700
Subject: [PATCH] date.c: Keep the comments clean.

Never know when the children might be reading over my shoulder,
for example. :-)
---
 date.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.45.2