aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nullshell.c2
1 files changed, 1 insertions, 1 deletions
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);