From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1726) id 630B13858404; Thu, 10 Mar 2022 13:29:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 630B13858404 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Andrew Burgess To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb/gdbarch: fix typo in gdbarch-components.py X-Act-Checkin: binutils-gdb X-Git-Author: Andrew Burgess X-Git-Refname: refs/heads/master X-Git-Oldrev: c6479f8b2ab32c8a1659054104f2d0176a466cb3 X-Git-Newrev: 00e5d9e9da89cef94810d9d6fdb5bea403269d8d Message-Id: <20220310132938.630B13858404@sourceware.org> Date: Thu, 10 Mar 2022 13:29:38 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2022 13:29:38 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D00e5d9e9da89= cef94810d9d6fdb5bea403269d8d commit 00e5d9e9da89cef94810d9d6fdb5bea403269d8d Author: Andrew Burgess Date: Thu Mar 10 10:57:54 2022 +0000 gdb/gdbarch: fix typo in gdbarch-components.py =20 Fixes a minor typo, in a comment, in the gdbarch-components.py script. =20 There should be no user visible changes after this commit. Diff: --- gdb/gdbarch-components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/gdbarch-components.py b/gdb/gdbarch-components.py index 4987f8a5fef..bc09d35f9de 100644 --- a/gdb/gdbarch-components.py +++ b/gdb/gdbarch-components.py @@ -65,7 +65,7 @@ # # A gdbarch is zero-initialized. Then, if a field has a pre-default, # the field is set to that value. After initialization is complete -# (that is, after the tdep code has a change to change the settings), +# (that is, after the tdep code has a chance to change the settings), # the post-initialization step is done. # # There is a generic algorithm to generate a "validation function" for