Fix up a few identifier references in comments

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-07-24 21:20:04 +02:00
parent 3fa0937a80
commit 644817993b
15 changed files with 42 additions and 41 deletions

View file

@ -86,7 +86,7 @@ is_daytime_allowed(int dtime, char *times)
}
/*
* Can the game played at time T?
* Can the game played at time @t?
*/
int
gamehours(time_t t)