diff --git a/tensorflow/lite/kernels/unidirectional_sequence_lstm.cc b/tensorflow/lite/kernels/unidirectional_sequence_lstm.cc index d1a7c6ba9b2..f8bd8c43a67 100644 --- a/tensorflow/lite/kernels/unidirectional_sequence_lstm.cc +++ b/tensorflow/lite/kernels/unidirectional_sequence_lstm.cc @@ -170,7 +170,7 @@ TfLiteStatus PopulateQuantizedLstmParams8x8_16( intermediate_zp.push_back(0); } } - // In the absense of projection, hidden becomes otuput and this intermediate + // In the absence of projection, hidden becomes otuput and this intermediate // is ignored. TfLiteTensor* hidden; TF_LITE_ENSURE_OK(context, GetIntermediatesSafe(context, node, 4, &hidden));