]> git.notmuchmail.org Git - notmuch/commitdiff
date.c: Keep the comments clean.
authorCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:07:58 +0000 (13:07 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:07:58 +0000 (13:07 -0700)
Never know when the children might be reading over my shoulder,
for example. :-)

date.c

diff --git a/date.c b/date.c
index 0f217e44134b5567cbf401b32c7fdf0a48fd3d93..f169d6167ecde5260c1575edf5b728eee96527fb 100644 (file)
--- 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;