aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.c b/lib/lib.c
index 71abc3ae..ec46b8b6 100644
--- a/lib/lib.c
+++ b/lib/lib.c
@@ -1,5 +1,5 @@
/* vi: set sw=4 ts=4 :*/
-/* functions.c - reusable stuff.
+/* lib.c - reusable stuff.
*
* Functions with the x prefix are wrappers for library functions. They either
* succeed or kill the program with an error message, but never return failure.