fix comment on parsefonts()
authorphillbush <phillbush@cock.li>
Tue, 22 Sep 2020 22:30:31 +0000 (19:30 -0300)
committerphillbush <phillbush@cock.li>
Tue, 22 Sep 2020 22:30:31 +0000 (19:30 -0300)
xmenu.c

diff --git a/xmenu.c b/xmenu.c
index 76761cc..c5290c9 100644 (file)
--- a/xmenu.c
+++ b/xmenu.c
@@ -233,7 +233,7 @@ error:
        errx(1, "improper position: %s", optarg);
 }
 
        errx(1, "improper position: %s", optarg);
 }
 
-/* parse color string */
+/* parse font string */
 static void
 parsefonts(const char *s)
 {
 static void
 parsefonts(const char *s)
 {