diff --git a/mediapipe/calculators/tensor/inference_calculator_cpu.cc b/mediapipe/calculators/tensor/inference_calculator_cpu.cc index 7a837111..a18a463a 100644 --- a/mediapipe/calculators/tensor/inference_calculator_cpu.cc +++ b/mediapipe/calculators/tensor/inference_calculator_cpu.cc @@ -115,7 +115,7 @@ InferenceCalculatorCpuImpl::MaybeCreateDelegate(CalculatorContext* cc) { const bool opts_has_delegate = calculator_opts.has_delegate() || !kDelegate(cc).IsEmpty(); if (opts_has_delegate && opts_delegate.has_tflite()) { - // Default tflite inference requeqsted - no need to modify graph. + // Default tflite inference requested - no need to modify graph. return nullptr; }