From 54524c91ebfd032a20b38fdbfc32af1bfa98c06f Mon Sep 17 00:00:00 2001 From: Charlie Shepherd Date: Fri, 25 Jan 2008 12:36:24 +0000 Subject: Fix filename in header --- lib/lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3