diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2008-01-25 12:36:24 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2008-01-25 12:36:24 +0000 |
commit | 54524c91ebfd032a20b38fdbfc32af1bfa98c06f (patch) | |
tree | 5507ed144a0e29205a129f2953aae4f1ef82c4ed | |
parent | e21e64bc3d79daf075259d40074177f32ac3336a (diff) | |
download | toybox-54524c91ebfd032a20b38fdbfc32af1bfa98c06f.tar.gz |
Fix filename in header
-rw-r--r-- | lib/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |