1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 13:55:39 +02:00

Typo in the name of the method.

This commit is contained in:
Alain Magloire 2002-10-02 04:53:54 +00:00
parent 4a90b847b5
commit bdee45066b

View file

@ -72,7 +72,7 @@ public class CommandFactory {
return new MIDataListRegisterNames(regno); return new MIDataListRegisterNames(regno);
} }
public MIDataListRegisterValues createMIDataLIstRegisterValues(int fmt, int[] regno) { public MIDataListRegisterValues createMIDataListRegisterValues(int fmt, int[] regno) {
return new MIDataListRegisterValues(fmt, regno); return new MIDataListRegisterValues(fmt, regno);
} }