From 1eff9754a0a890818cd4d7600e4dfd03ef28feeb Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Tue, 7 Feb 2006 20:48:46 +0000 Subject: [PATCH] Wrong comment. --- .../eclipse/cdt/debug/mi/core/command/CLIInfoSharedLibrary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/command/CLIInfoSharedLibrary.java b/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/command/CLIInfoSharedLibrary.java index 8b6e9f5fb1f..72e7380cf79 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/command/CLIInfoSharedLibrary.java +++ b/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/command/CLIInfoSharedLibrary.java @@ -18,7 +18,7 @@ import org.eclipse.cdt.debug.mi.core.output.MIOutput; /** * - * info threads + * info sharedlibrary * */ public class CLIInfoSharedLibrary extends CLICommand