From d38383a3c05936b2ffbaf9da4157f805667fe240 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 14 Apr 2012 09:11:50 +0200 Subject: [PATCH] Fix grammar in comment --- exitfn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exitfn.c b/exitfn.c index 1393f3dd1..bf98e5ec7 100644 --- 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)) -- 2.47.3