aboutsummaryrefslogtreecommitdiff
path: root/toys/which.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/which.c')
-rw-r--r--toys/which.c2
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>
*/