about summary refs log tree commit diff stats
path: root/parsing.c
diff options
context:
space:
mode:
authorJason A. Donenfeld2014-01-10 04:59:34 +0100
committerJason A. Donenfeld2014-01-10 17:45:43 +0100
commitd01a6eec4355af5266b114760c7264a2e6bf73fc (patch)
treea998e60069c636caf989af00533713c207405e75 /parsing.c
parentcgit.c: Fix comment on bit mask hack (diff)
downloadcgit-d01a6eec4355af5266b114760c7264a2e6bf73fc.tar.gz
cgit-d01a6eec4355af5266b114760c7264a2e6bf73fc.zip
parsing: fix header typo
Diffstat (limited to 'parsing.c')
-rw-r--r--parsing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing.c b/parsing.c index d740d38..0062550 100644 --- a/parsing.c +++ b/parsing.c
@@ -1,4 +1,4 @@
1/* config.c: parsing of config files 1/* parsing.c: parsing of config files
2 * 2 *
3 * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com> 3 * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
4 * 4 *