From 63b8fb6d0d797f04e77ee825fd8fcf7ea6205aac Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Wed, 21 Sep 2016 14:48:52 -0700 Subject: [PATCH] Correct comment slightly --- src/woff2_dec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/woff2_dec.h b/src/woff2_dec.h index d5d793c..b889812 100644 --- a/src/woff2_dec.h +++ b/src/woff2_dec.h @@ -35,7 +35,7 @@ bool ConvertWOFF2ToTTF(uint8_t *result, size_t result_length, // Decompresses the font into out. Returns true on success. // Works even if WOFF2Header totalSfntSize is wrong. -// Please prefer API. +// Please prefer this API. bool ConvertWOFF2ToTTF(const uint8_t *data, size_t length, WOFF2Out* out);