From bdf6c3d6728f563a143862f1909cb0e6717a8b23 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 20 Mar 2012 13:43:53 -0700 Subject: Trivial cleanup of typos and fixed-length buffers. Change-Id: I4ea3bb51320160c5ebda8b2a8ba3ca81452915b5 --- src/compiler/codegen/GenInvoke.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/codegen/GenInvoke.cc') diff --git a/src/compiler/codegen/GenInvoke.cc b/src/compiler/codegen/GenInvoke.cc index 4847ef8920..037a9bb5df 100644 --- a/src/compiler/codegen/GenInvoke.cc +++ b/src/compiler/codegen/GenInvoke.cc @@ -131,7 +131,7 @@ void scanMethodLiteralPool(CompilationUnit* cUnit, LIR** methodTarget, LIR** cod } /* - * Bit of a hack here - in leiu of a real scheduling pass, + * Bit of a hack here - in the absence of a real scheduling pass, * emit the next instruction in static & direct invoke sequences. */ int nextSDCallInsn(CompilationUnit* cUnit, MIR* mir, @@ -233,7 +233,7 @@ int nextSDCallInsn(CompilationUnit* cUnit, MIR* mir, } /* - * Bit of a hack here - in leiu of a real scheduling pass, + * Bit of a hack here - in the absence of a real scheduling pass, * emit the next instruction in a virtual invoke sequence. * We can use rLR as a temp prior to target address loading * Note also that we'll load the first argument ("this") into -- cgit v1.2.3-59-g8ed1b