Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 8, 2014
1 parent c1065ae commit f38c767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spesh/optimize.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static void optimize_getlex_known(MVMThreadContext *tc, MVMSpeshGraph *g, MVMSpe
/* Place in a spesh slot. */
MVMuint16 ss = MVM_spesh_add_spesh_slot(tc, g, log_obj);

/* Delete logging instructin. */
/* Delete logging instruction. */
MVM_spesh_manipulate_delete_ins(tc, bb, ins->next);

/* Transform lookup instruction into spesh slot read. */
Expand Down

0 comments on commit f38c767

Please sign in to comment.