about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 3168ee0..e3dd6c8 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1806,7 +1806,7 @@ main(int argc, char *argv[]) {
 	else if(argc != 1)
 		eprint("usage: dwm [-v]\n");
 
-	/* macros from config.h can be used beginning within main() */
+	/* macros from config.h can be used at function level only */
 	mwfact = MWFACT;
 	bpos = BARPOS;