From b2db981a6731e978453862a73dab892bc674db68 Mon Sep 17 00:00:00 2001 From: Sourabh Bajaj Date: Thu, 30 Nov 2017 16:37:11 -0800 Subject: Merge changes from github. PiperOrigin-RevId: 177526301 --- tensorflow/contrib/lite/testing/test_runner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/contrib/lite/testing/test_runner.h') diff --git a/tensorflow/contrib/lite/testing/test_runner.h b/tensorflow/contrib/lite/testing/test_runner.h index 04ee4d9f7d..f4b26949b5 100644 --- a/tensorflow/contrib/lite/testing/test_runner.h +++ b/tensorflow/contrib/lite/testing/test_runner.h @@ -63,7 +63,7 @@ class TestRunner { // Run the model. virtual void Invoke() = 0; - // Verify that the contents of all ouputs conform to the existing + // Verify that the contents of all outputs conform to the existing // expectations. Return true if there are no expectations or they are all // satisfied. virtual bool CheckResults() = 0; -- cgit v1.2.3