From 3cdd5be40751ae04962e37bb581eb1f1ad9ceb4a Mon Sep 17 00:00:00 2001 From: Geoffrey Irving Date: Thu, 7 Jan 2016 13:26:44 -0800 Subject: [PATCH] Fix a typo Change: 111628808 --- tensorflow/core/framework/function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/framework/function.h b/tensorflow/core/framework/function.h index 2d29b0a5f1a..16980fb34cf 100644 --- a/tensorflow/core/framework/function.h +++ b/tensorflow/core/framework/function.h @@ -82,7 +82,7 @@ class FunctionDefHelper { return FunctionRef(name, {}); } - // Node is used to consturct FunctionDef.Node using initialization + // Node is used to construct FunctionDef.Node using initialization // lists. E.g., // Node n = {{"z"}, "Mul", {"x", "y"}, {{"T", "$T"}}}; // z = x * y struct Node {