aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_gen_lib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/op_gen_lib.cc')
-rw-r--r--tensorflow/core/framework/op_gen_lib.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/op_gen_lib.cc b/tensorflow/core/framework/op_gen_lib.cc
index cedfd6fc9c..143da996a1 100644
--- a/tensorflow/core/framework/op_gen_lib.cc
+++ b/tensorflow/core/framework/op_gen_lib.cc
@@ -73,7 +73,7 @@ bool ConsumeEquals(StringPiece* description) {
return false;
}
-// Split `*orig` into two pieces at the first occurence of `split_ch`.
+// Split `*orig` into two pieces at the first occurrence of `split_ch`.
// Returns whether `split_ch` was found. Afterwards, `*before_split`
// contains the maximum prefix of the input `*orig` that doesn't
// contain `split_ch`, and `*orig` contains everything after the