Fix a typo

Change: 111628808
This commit is contained in:
Geoffrey Irving 2016-01-07 13:26:44 -08:00 committed by Vijay Vasudevan
parent 4c4de46cf2
commit 3cdd5be407

View File

@ -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 {