Commit 5fd125640a7c4130486511fa4e40ac8195dc4373

Werner Lemberg 2018-05-15T11:30:49

Grammar fixes.

diff --git a/src/base/ftgloadr.c b/src/base/ftgloadr.c
index 4720249..020a2cf 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 );