aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2008-01-25 12:36:24 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2008-01-25 12:36:24 +0000
commit54524c91ebfd032a20b38fdbfc32af1bfa98c06f (patch)
tree5507ed144a0e29205a129f2953aae4f1ef82c4ed
parente21e64bc3d79daf075259d40074177f32ac3336a (diff)
downloadtoybox-54524c91ebfd032a20b38fdbfc32af1bfa98c06f.tar.gz
Fix filename in header
-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.