Fix a typo in comment

PiperOrigin-RevId: 232553248
This commit is contained in:
Yu-Cheng Ling 2019-02-05 14:01:24 -08:00 committed by TensorFlower Gardener
parent db57de1f1b
commit 234d42b5d4

View File

@ -26,7 +26,7 @@ namespace builtin {
// ADD and MUL are used to test simple branch.
TfLiteRegistration* Register_ADD();
TfLiteRegistration* Register_MUL();
// ADD and MUL are used to test dynamic sized subgraphs.
// Pad is used to test dynamic sized subgraphs.
TfLiteRegistration* Register_PAD();
} // namespace builtin
namespace custom {