From e89a47777f138d9d32b63a75d1691b693621f5e0 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 17 Apr 2001 23:22:52 +0000 Subject: [PATCH] Fix thinko. --- gdb/solib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/solib.c b/gdb/solib.c index dc83109..8da44df 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -826,7 +826,7 @@ _initialize_solib (void) add_info ("sharedlibrary", info_sharedlibrary_command, "Status of loaded shared object libraries."); add_com ("nosharedlibrary", class_files, no_shared_libraries, - "Unload all shared object library symbols except ."); + "Unload all shared object library symbols."); add_show_from_set (add_set_cmd ("auto-solib-add", class_support, var_zinteger, -- 2.7.4