about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 12:12:56 +0200
committerarg@10ksloc.org <unknown>2006-08-07 12:12:56 +0200
commit4e2c5b5f256cb7c42426486161ffdae42100e902 (patch)
treefe23ec0a5dcffc675a36f625657509ad3f37f85b /main.c
parentd9386a0c07a72e415abaeacd611fe880e20b2a03 (diff)
downloaddwm-4e2c5b5f256cb7c42426486161ffdae42100e902.tar.gz
small fix of a comment
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4c7a1a4..db03958 100644
--- a/main.c
+++ b/main.c
@@ -251,7 +251,7 @@ main(int argc, char *argv[])
 	strcpy(stext, "dwm-"VERSION);
 	scan();
 
-	/* main event loop, reads status text from stdin as well */
+	/* main event loop, also reads status text from stdin */
 	while(running) {
 		FD_ZERO(&rd);
 		if(readin)