aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-03-16 16:56:44 +0100
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-03-16 16:57:25 +0100
commit8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a (patch)
treee31df8b20b3fa648099a487c7b966cc1506060f0 /gdb/linux-thread-db.c
parent798e1c302af509c31839c5c3b50c058b61206ee7 (diff)
downloadgdb-8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a.zip
gdb-8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a.tar.gz
gdb-8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a.tar.bz2
OBVIOUS: fix several occurrences of 'This options has' to 'This option has'
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r--gdb/linux-thread-db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c
index 186525a..a735807 100644
--- a/gdb/linux-thread-db.c
+++ b/gdb/linux-thread-db.c
@@ -1976,7 +1976,7 @@ Show whether auto-loading inferior specific libthread_db is enabled."), _("\
If enabled, libthread_db will be searched in 'set libthread-db-search-path'\n\
locations to load libthread_db compatible with the inferior.\n\
Standard system libthread_db still gets loaded even with this option off.\n\
-This options has security implications for untrusted inferiors."),
+This option has security implications for untrusted inferiors."),
NULL, show_auto_load_thread_db,
auto_load_set_cmdlist_get (),
auto_load_show_cmdlist_get ());