summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-08-22 08:48:56 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-08-22 08:48:56 +0000
commitc47e28f44c23fdf96eeb1d0715f5727f08173946 (patch)
tree3fc045dfd11685adbdf24ac9aad7934006aae6d3 /gnu
parentcc3398a62e169753934c155b12fb099db525d064 (diff)
downloadFreeBSD-src-c47e28f44c23fdf96eeb1d0715f5727f08173946.zip
FreeBSD-src-c47e28f44c23fdf96eeb1d0715f5727f08173946.tar.gz
Fix some text messages.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/libgdb/fbsd-threads.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/libgdb/fbsd-threads.c b/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
index 765700a..7fb5f52 100644
--- a/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
+++ b/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
@@ -1046,7 +1046,7 @@ fbsd_core_open (char *filename, int from_tty)
fbsd_thread_activate ();
}
else
- error ("fbsd_core_open: td_open: %s", thread_db_err_str (err));
+ error ("fbsd_core_open: td_ta_new: %s", thread_db_err_str (err));
}
}
@@ -1082,7 +1082,7 @@ init_fbsd_core_ops (void)
{
fbsd_core_ops.to_shortname = "FreeBSD-core";
fbsd_core_ops.to_longname = "FreeBSD core thread.";
- fbsd_core_ops.to_doc = "FreeBSD thread support for core files.";
+ fbsd_core_ops.to_doc = "FreeBSD threads support for core files.";
fbsd_core_ops.to_open = fbsd_core_open;
fbsd_core_ops.to_close = fbsd_core_close;
fbsd_core_ops.to_attach = 0;
OpenPOWER on IntegriCloud