From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id 30AFB3858C3A; Wed, 12 Apr 2023 01:34:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30AFB3858C3A Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Comment typo fix X-Act-Checkin: binutils-gdb X-Git-Author: Alan Modra X-Git-Refname: refs/heads/master X-Git-Oldrev: 1ed7ccc6cf46f1ec60538875cf0f68890f5ae6ec X-Git-Newrev: dff05c9c82fd877cfba432e0f4f82b41bd0f5257 Message-Id: <20230412013435.30AFB3858C3A@sourceware.org> Date: Wed, 12 Apr 2023 01:34:35 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2023 01:34:35 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddff05c9c82fd= 877cfba432e0f4f82b41bd0f5257 commit dff05c9c82fd877cfba432e0f4f82b41bd0f5257 Author: Alan Modra Date: Tue Apr 11 12:15:58 2023 +0930 Comment typo fix Diff: --- gas/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/write.c b/gas/write.c index 4ce6f997caa..74a00ea97ae 100644 --- a/gas/write.c +++ b/gas/write.c @@ -123,7 +123,7 @@ void print_fixup (fixS *); /* We generally attach relocs to frag chains. However, after we have chained these all together into a segment, any relocs we add after that must be attached to a segment. This will include relocs added - in md_estimate_size_for_relax, for example. */ + in md_estimate_size_before_relax, for example. */ static bool frags_chained =3D false; =20 static unsigned int n_fixups;