summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-18 12:22:46 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-08-18 12:31:13 -0400
commitda83f405caeb2474e0a46f85148b3944c61a5d49 (patch)
tree38db072a4068939e00988d3658347aeaab208848
parent5379af109ca65c40ea2b7a74b7660267da7c8d2f (diff)
Tone down comment
-rw-r--r--src/cairo-ft-font.c2
-rw-r--r--src/cairo-xlib-screen.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
index 24985480..8d5c2fda 100644
--- a/src/cairo-ft-font.c
+++ b/src/cairo-ft-font.c
@@ -65,7 +65,7 @@
#ifndef FC_LCD_FILTER
#define FC_LCD_FILTER "lcdfilter"
#endif
-/* Stupid Ubuntu defined FC_LCD_FILTER without defining the following */
+/* Some Ubuntu versions defined FC_LCD_FILTER without defining the following */
#ifndef FC_LCD_NONE
#define FC_LCD_NONE 0
#define FC_LCD_DEFAULT 1
diff --git a/src/cairo-xlib-screen.c b/src/cairo-xlib-screen.c
index 7ce252c7..83015a2e 100644
--- a/src/cairo-xlib-screen.c
+++ b/src/cairo-xlib-screen.c
@@ -135,7 +135,7 @@ get_integer_default (Display *dpy,
#ifndef FC_LCD_FILTER
#define FC_LCD_FILTER "lcdfilter"
#endif
-/* Stupid Ubuntu defined FC_LCD_FILTER without defining the following */
+/* Some Ubuntu versions defined FC_LCD_FILTER without defining the following */
#ifndef FC_LCD_NONE
#define FC_LCD_NONE 0
#define FC_LCD_DEFAULT 1