From 5d82914c34b3cb86e1d6ef50f6a15470de13cbaf Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 6 Aug 2014 13:45:18 +0200 Subject: update comment to match the code --- nullshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nullshell.c b/nullshell.c index 1f8f35a..0b24ef0 100644 --- a/nullshell.c +++ b/nullshell.c @@ -50,7 +50,7 @@ int main(int argc, char **argv) { printf("Terminal: %s\n", ssh_tty); } - /* print an asterisk every SLEEPTIME seconds */ + /* print an character every SLEEPTIME seconds */ while (1) { sleep(SLEEPTIME); putchar(*string); -- cgit v1.2.3-54-g00ecf