1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +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);
}
public MIDataListRegisterValues createMIDataLIstRegisterValues(int fmt, int[] regno) {
public MIDataListRegisterValues createMIDataListRegisterValues(int fmt, int[] regno) {
return new MIDataListRegisterValues(fmt, regno);
}