Commit 4e2c5b5

arg@10ksloc.org <unknown>
2006-08-07 06:12:56
small fix of a comment
1 parent d9386a0
Changed files (1)
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)