changeset 250:101a71a76c24

Fix filename in header
author Charlie Shepherd <masterdriverz@gentoo.org>
date Fri, 25 Jan 2008 12:36:24 +0000
parents ea1bd7561a52
children d9ddba2c7acf
files lib/lib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/lib.c	Fri Jan 25 12:34:18 2008 +0000
+++ b/lib/lib.c	Fri Jan 25 12:36:24 2008 +0000
@@ -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.