summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-13 19:37:20 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-13 19:37:20 +0200
commitbcf8f355800d77f80705a19c23f00290668b8041 (patch)
tree16b0b04aee9129bda3cac862574c7c0c0482525d
parentfac1758bff9a99f53ff5f6c4ec945eee8a90bae3 (diff)
downloadtabbed-bcf8f355800d77f80705a19c23f00290668b8041.tar.gz
correcting comment
-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) {