From 5cca0c07afbe9ab4b28d333f6f853063ecd75aff Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Thu, 8 Feb 2018 19:05:46 -0800 Subject: [PATCH] fix comment --- src/hb-open-file-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index d0e03ddcb..e425afc3f 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -150,7 +150,7 @@ typedef struct OffsetTable rec.length.set (hb_blob_get_length (blob)); rec.checkSum.set_for_data (hb_blob_get_data (blob, nullptr), rec.length); rec.offset.serialize (c, this); - // take room for the tablerec + // take room for the table void *p = c->allocate_size (rec.length); if (unlikely (!p)) {return false;} // copy the actual table