summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r--compiler/dex/quick/codegen_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc
index 65286d5d2f..29554c0977 100644
--- a/compiler/dex/quick/codegen_util.cc
+++ b/compiler/dex/quick/codegen_util.cc
@@ -1003,7 +1003,7 @@ void Mir2Lir::Materialize() {
/*
* Custom codegen for special cases. If for any reason the
- * special codegen doesn't succeed, first_lir_insn_ will
+ * special codegen doesn't succeed, first_lir_insn_ will be
* set to NULL;
*/
// TODO: Clean up GenSpecial() and return true only if special implementation is emitted.