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:
parent
4a90b847b5
commit
bdee45066b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue