diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-06 20:47:18 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-06 20:47:18 +0000 |
commit | 2c4f3cb6b3d79a1025288fb54ec30994efee1890 (patch) | |
tree | 1ef8fbaaee29847b310a82963a6cf10c56368da8 /toys/which.c | |
parent | 064d1b1e5d29f79060c47769da92d51f89bc9edd (diff) | |
download | toybox-2c4f3cb6b3d79a1025288fb54ec30994efee1890.tar.gz |
Add or correct file descriptions
Diffstat (limited to 'toys/which.c')
-rw-r--r-- | toys/which.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/which.c b/toys/which.c index df7566c0..546bdcca 100644 --- a/toys/which.c +++ b/toys/which.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * which.c - + * which.c - Find executable files in $PATH. * * Copyright 2006 Rob landley <rob@landley.net> */ |