Fixing comment alignment.

This commit is contained in:
Izzat Bahadirov 2013-03-28 18:23:37 -04:00
parent bad3ae4dd9
commit 63abdc37e7

View File

@ -133,7 +133,7 @@ public class InstructionWriteUtil {
return shift; return shift;
} }
/** /*
* This method creates a list of code offsets of instructions, whose (and subsequent instructions') * This method creates a list of code offsets of instructions, whose (and subsequent instructions')
* code offset will get shifted by one code unit with respect to previous instruction(s). * code offset will get shifted by one code unit with respect to previous instruction(s).
* This happens when the previous instruction has to be changed to a larger sized one * This happens when the previous instruction has to be changed to a larger sized one