From f7e38d87217f5d6c0af2d47c56e23cce2ce448ca Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 18 Mar 2019 11:19:20 -0700 Subject: [PATCH] Fix typo in comment in op_kernel.h PiperOrigin-RevId: 239023988 --- tensorflow/core/framework/op_kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/framework/op_kernel.h b/tensorflow/core/framework/op_kernel.h index 5b8521ba707..ce5dbcade9a 100644 --- a/tensorflow/core/framework/op_kernel.h +++ b/tensorflow/core/framework/op_kernel.h @@ -137,7 +137,7 @@ class OpKernel { // op is expensive. The new cost estimate is a weighted average of the old // cost estimate and the latest cost. void UpdateCostEstimate(uint64 elapsed_cycles) { - // N.B. Updates to `cost_estimate_` are atomic but unlocked. Simulataneous + // N.B. Updates to `cost_estimate_` are atomic but unlocked. Simultaneous // updates may result in one or more updates being ignored. This does not // affect correctness but may slow down the update frequency. cost_estimate_.store(