aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/which.c2
-rw-r--r--toys/yes.c2
2 files changed, 2 insertions, 2 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>
*/
diff --git a/toys/yes.c b/toys/yes.c
index 860c331c..6f2c6a3d 100644
--- a/toys/yes.c
+++ b/toys/yes.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * hello.c - A hello world program.
+ * yes.c - Repeatedly output a string.
*/
#include "toys.h"