From 5fd125640a7c4130486511fa4e40ac8195dc4373 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 15 May 2018 11:30:49 +0200 Subject: [PATCH] Grammar fixes. --- src/base/ftgloadr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/base/ftgloadr.c b/src/base/ftgloadr.c index 47202496b..020a2cfb4 100644 --- a/src/base/ftgloadr.c +++ b/src/base/ftgloadr.c @@ -99,12 +99,12 @@ } - /* reset the glyph loader, frees all allocated tables */ - /* and starts from zero */ + /* reset glyph loader, free all allocated tables, */ + /* and start from zero */ FT_BASE_DEF( void ) FT_GlyphLoader_Reset( FT_GlyphLoader loader ) { - FT_Memory memory = loader->memory; + FT_Memory memory = loader->memory; FT_FREE( loader->base.outline.points ); @@ -129,7 +129,7 @@ { if ( loader ) { - FT_Memory memory = loader->memory; + FT_Memory memory = loader->memory; FT_GlyphLoader_Reset( loader );