aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-12-01 10:31:19 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2020-12-01 10:31:19 -0500
commit4d56d64a85e2b8086aa10a8dae233424cb90c5b1 (patch)
tree330e46832d6f38612a7949518485d0be8655d9a2 /gdb/testsuite/gdb.threads
parent3ed3c10425a699c7884dbdbf865ad3766822ea07 (diff)
downloadgdb-4d56d64a85e2b8086aa10a8dae233424cb90c5b1.zip
gdb-4d56d64a85e2b8086aa10a8dae233424cb90c5b1.tar.gz
gdb-4d56d64a85e2b8086aa10a8dae233424cb90c5b1.tar.bz2
gdb/testsuite: fix comment in gdb.threads/non-ldr-exit.exp
Maybe there's something I don't understand in that test, but the comment seems wrong. It checks what happens when the non-leader thread does an exit, not the leader. gdb/testsuite/ChangeLog: * gdb.threads/non-ldr-exit.exp: Fix comment. Change-Id: I35c96a70c097fa9529737874f54f3f78036008a4
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r--gdb/testsuite/gdb.threads/non-ldr-exit.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/non-ldr-exit.exp b/gdb/testsuite/gdb.threads/non-ldr-exit.exp
index 234d74dd..522ddf6 100644
--- a/gdb/testsuite/gdb.threads/non-ldr-exit.exp
+++ b/gdb/testsuite/gdb.threads/non-ldr-exit.exp
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Exit of the thread group leader should not break GDB.
+# Exit by a thread group non-leader should not break GDB.
standard_testfile
set executable ${testfile}