fix comment wording in drw.c
authorMarkus Teich <markus.teich@stusta.mhn.de>
Sat, 7 Nov 2015 22:48:40 +0000 (23:48 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Sat, 7 Nov 2015 22:48:40 +0000 (23:48 +0100)
drw.c

diff --git a/drw.c b/drw.c
index 93359675d750fc0490758fa09844608fdc2a41fc..d9ccff9894bf523a187c9c447886981031ffa3d8 100644 (file)
--- a/drw.c
+++ b/drw.c
@@ -107,8 +107,8 @@ drw_font_xcreate(Drw *drw, const char *fontname, FcPattern *fontpattern) {
                return NULL;
 
        if (fontname) {
-               /* Using the pattern found at font->xfont->pattern does not yield same
-                * the same substitution results as using the pattern returned by
+               /* Using the pattern found at font->xfont->pattern does not yield the
+                * same substitution results as using the pattern returned by
                 * FcNameParse; using the latter results in the desired fallback
                 * behaviour whereas the former just results in
                 * missing-character-rectangles being drawn, at least with some fonts.