From c0dd34d21c1e287b2a67b5794b0431b2101c22d2 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Thu, 10 Oct 2002 02:36:42 +0000 Subject: [PATCH] Typo. --- .../src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;