diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java index ee3e771eef4..fbec0cca030 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java @@ -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;