]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix grammar in comment
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 14 Apr 2012 07:11:50 +0000 (09:11 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 14 Apr 2012 07:11:50 +0000 (09:11 +0200)
exitfn.c

index 1393f3dd1bc7e5b2735020264d6bb02b9a2a9df3..bf98e5ec741a6a91517c0b4c522c1a507464043b 100644 (file)
--- a/exitfn.c
+++ b/exitfn.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Joel Rosdahl
+ * Copyright (C) 2010, 2012 Joel Rosdahl
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
@@ -50,8 +50,8 @@ exitfn_init(void)
 }
 
 /*
- * Add a nullary function to be called context when ccache exits. Functions are
- * called in reverse order.
+ * Add a nullary function to be called when ccache exits. Functions are called
+ * in reverse order.
  */
 void
 exitfn_add_nullary(void (*function)(void))