From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 2902C3858C50; Thu, 9 Feb 2023 14:38:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2902C3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675953502; bh=2MYsM3vgzEJNhqt7oD/+8ZZUkpQzD0U5n29YKMRNp1I=; h=From:To:Subject:Date:From; b=aMaPk3GwBa1rOQ9nNDTi+m/vR/6e9xLibf71jXcK9XW/QJ1UF0yhivkwxYBvFSd8G 9l/2T6U3JqgDL7A28GfT8ubP1FgBbuW9AVBiwk+zCoAcKA/MQbL98wL4S/Gvh/VSe3 LHD1S3IYmQr+hiVEnGPs7ZrcvkNzHLafXa2GSmUc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove mention of cooked_index_vector X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 307733cc0fa864fcb92f4c308a0a27d17552df37 X-Git-Newrev: 119f6cfbd0236c9684a8a12ff9241dc834418309 Message-Id: <20230209143822.2902C3858C50@sourceware.org> Date: Thu, 9 Feb 2023 14:38:22 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D119f6cfbd023= 6c9684a8a12ff9241dc834418309 commit 119f6cfbd0236c9684a8a12ff9241dc834418309 Author: Tom Tromey Date: Thu Feb 9 07:36:16 2023 -0700 Remove mention of cooked_index_vector =20 I noticed a leftover mention of cooked_index_vector. This updates the text. Diff: --- gdb/dwarf2/cooked-index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/dwarf2/cooked-index.h b/gdb/dwarf2/cooked-index.h index dc26956eca3..7fa78d5e87e 100644 --- a/gdb/dwarf2/cooked-index.h +++ b/gdb/dwarf2/cooked-index.h @@ -355,7 +355,7 @@ public: explicit cooked_index (vec_type &&vec); DISABLE_COPY_AND_ASSIGN (cooked_index); =20 - /* Wait until the finalization of the entire cooked_index_vector is + /* Wait until the finalization of the entire cooked_index is done. */ void wait () const {