mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Typo.
This commit is contained in:
parent
aa7651d574
commit
c0dd34d21c
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ public interface ICDISourceManager extends ICDISessionObject
|
|||
/**
|
||||
* @param filename is the name of the file to disassemble
|
||||
* @param linenum is the line number to disassemble around
|
||||
* @throws CDIException onf failure
|
||||
* @throws CDIException on failure
|
||||
*/
|
||||
ICDIInstruction[] getInstructions(String filename, int linenum) throws CDIException;
|
||||
|
||||
|
@ -71,7 +71,7 @@ public interface ICDISourceManager extends ICDISessionObject
|
|||
* @param filename is the name of the file to disassemble
|
||||
* @param linenum is the line number to disassemble around
|
||||
* @param lines is the number of disassembly to produced
|
||||
* @throws CDIException onf failure
|
||||
* @throws CDIException on failure
|
||||
*/
|
||||
ICDIInstruction[] getInstructions(String filename, int linenum, int lines) throws CDIException;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue