Fix lint error.
Change-Id: Ibba7622a0c66eba653147f2e861606fffc7f685e
diff --git a/compiler/optimizing/register_allocator_test.cc b/compiler/optimizing/register_allocator_test.cc
index 67525e6..b7da362 100644
--- a/compiler/optimizing/register_allocator_test.cc
+++ b/compiler/optimizing/register_allocator_test.cc
@@ -427,7 +427,7 @@
LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval();
unhandled->AddLoopRange(0, 60);
- // Populate the instructions in the liveness object, to please the register allocator.
+ // Populate the instructions in the liveness object, to please the register allocator.
for (size_t i = 0; i < 60; ++i) {
liveness.instructions_from_lifetime_position_.Add(
graph->GetEntryBlock()->GetFirstInstruction());