Index: third_party/ots/include/opentype-sanitiser.h |
diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h |
index 0343cdcc9c7731b7c0aa04d6c7d2583a8eddd925..a80ea16168e1087d8be56c8799bf0d2851b9c27e 100644 |
--- a/third_party/ots/include/opentype-sanitiser.h |
+++ b/third_party/ots/include/opentype-sanitiser.h |
@@ -183,8 +183,7 @@ class OTSContext { |
// This function will be called when OTS needs to decide what to do for a |
// font table. |
- // tag: table tag as an integer in big-endian byte order, independent of |
- // platform endianness |
+ // tag: table tag formed with OTS_TAG() macro |
virtual TableAction GetTableAction(uint32_t tag) { return ots::TABLE_ACTION_DEFAULT; } |
}; |