From b4e18f1d6a57bd2d1de35c3b6a045063919b8b93 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 24 Oct 2002 21:37:02 +0000 Subject: [PATCH] Fix header comment. --- src/smooth/ftgrays.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c index a1d625144..f6723af67 100644 --- a/src/smooth/ftgrays.c +++ b/src/smooth/ftgrays.c @@ -32,8 +32,8 @@ /* cc -c -D_STANDALONE_ ftgrays.c */ /* */ /* The renderer can be initialized with a call to */ - /* `ft_gray_raster.gray_raster_new'; an anti-aliased bitmap can be */ - /* generated with a call to `ft_gray_raster.gray_raster_render'. */ + /* `ft_gray_raster.raster_new'; an anti-aliased bitmap can be generated */ + /* with a call to `ft_gray_raster.raster_render'. */ /* */ /* See the comments and documentation in the file `ftimage.h' for more */ /* details on how the raster works. */