about summary refs log tree commit diff stats
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
parentd9386a0c07a72e415abaeacd611fe880e20b2a03 (diff)
downloaddwm-4e2c5b5f256cb7c42426486161ffdae42100e902.tar.gz
small fix of a comment
-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)
id='n130' href='#n130'>130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164