summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tabbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 5018056..56b9ac0 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -658,7 +658,7 @@ void
run(void) {
XEvent ev;
- /* main event loop, also reads xids from stdin */
+ /* main event loop */
XSync(dpy, False);
drawbar();
while(running) {