diff options
Diffstat (limited to 'toys/yes.c')
-rw-r--r-- | toys/yes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |