JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
corrected a misleading comment
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index 3168ee0..e3dd6c8 100644 (file)
--- 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;