mirror of
https://github.com/reactos/ccache.git
synced 2024-11-23 03:39:44 +00:00
Fix grammar in comment
This commit is contained in:
parent
9bc737a0f7
commit
d38383a3c0
6
exitfn.c
6
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))
|
||||
|
Loading…
Reference in New Issue
Block a user