Update c_api_test.cc
authorSukHwan Kim <30820468+jerry4897@users.noreply.github.com>
Fri, 20 Apr 2018 09:24:52 +0000 (18:24 +0900)
committerGitHub <noreply@github.com>
Fri, 20 Apr 2018 09:24:52 +0000 (18:24 +0900)
Typo

tensorflow/c/c_api_test.cc

index ca80db2..9b86425 100644 (file)
@@ -1700,7 +1700,7 @@ TEST_F(CApiGradientsTest, OpWithNoGradientRegistered_NoGradInputs) {
   TestGradientsError(false);
 }
 
-// REGISTER_OP for CApiTestAttributesTest test cases.
+// REGISTER_OP for CApiAttributesTest test cases.
 // Registers two ops, each with a single attribute called 'v'.
 // The attribute in one op will have a type 'type', the other
 // will have list(type).