Fix grammar in comment

This commit is contained in:
Joel Rosdahl 2012-04-14 09:11:50 +02:00
parent 9bc737a0f7
commit d38383a3c0

View File

@ -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))