Fix filename in header
authorCharlie Shepherd <masterdriverz@gentoo.org>
Fri, 25 Jan 2008 12:36:24 +0000 (12:36 +0000)
committerCharlie Shepherd <masterdriverz@gentoo.org>
Fri, 25 Jan 2008 12:36:24 +0000 (12:36 +0000)
lib/lib.c

index 71abc3a..ec46b8b 100644 (file)
--- 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.