Fix comment typo: aq => deltaq

Change-Id: I1e275c5ecbc49bdfc7a5d4b8d9f2d89fb8211d36
diff --git a/av1/encoder/encodeframe.c b/av1/encoder/encodeframe.c
index 1f0fca7..7e15bbd 100644
--- a/av1/encoder/encodeframe.c
+++ b/av1/encoder/encodeframe.c
@@ -268,8 +268,8 @@
   }
 
   const int delta_q_res = delta_q_info->delta_q_res;
-  // Right now aq only works with tpl model. So if tpl is disabled, we set the
-  // current_qindex to base_qindex.
+  // Right now deltaq only works with tpl model. So if tpl is disabled, we set
+  // the current_qindex to base_qindex.
   if (cpi->oxcf.algo_cfg.enable_tpl_model &&
       cpi->oxcf.q_cfg.deltaq_mode != NO_DELTA_Q) {
     current_qindex =