aboutsummaryrefslogtreecommitdiff
path: root/demo-async.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo-async.c')
-rw-r--r--demo-async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-async.c b/demo-async.c
index c59b8f6..6b29a58 100644
--- a/demo-async.c
+++ b/demo-async.c
@@ -34,7 +34,7 @@ main (int argc, char *argv[])
}
struct pollfd fd;
- fd.fd = STDIN_FILENO; /* the file descriptor we passed to termo_new() */
+ fd.fd = STDIN_FILENO; // the file descriptor we passed to termo_new()
fd.events = POLLIN;
termo_result_t ret;