diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-07 23:48:40 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-07 23:48:40 +0100 |
commit | 0dc8cb9dabb9630681c5cb44206e694e5ebe8514 (patch) | |
tree | 0461c0bd5c2bc805caa0c0581bcbead0138383ca /drw.c | |
parent | 9ab88b5935b722021c2aed2d2a417fd83226ff64 (diff) |
fix comment wording in drw.c
Diffstat (limited to 'drw.c')
-rw-r--r-- | drw.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |