aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 95ae573354d..485e08a66e0 100644
--- a/src/image.c
+++ b/src/image.c
@@ -2225,7 +2225,7 @@ image_set_transform (struct frame *f, struct image *img)
2225 compute_image_rotation (img, &rotation); 2225 compute_image_rotation (img, &rotation);
2226 2226
2227# if defined USE_CAIRO || defined HAVE_XRENDER || defined HAVE_NS 2227# if defined USE_CAIRO || defined HAVE_XRENDER || defined HAVE_NS
2228 /* We want scale up operations to use a nearest neighbour filter to 2228 /* We want scale up operations to use a nearest neighbor filter to
2229 show real pixels instead of munging them, but scale down 2229 show real pixels instead of munging them, but scale down
2230 operations to use a blended filter, to avoid aliasing and the like. 2230 operations to use a blended filter, to avoid aliasing and the like.
2231 2231