From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 2A2283858C20; Tue, 7 Mar 2023 17:35:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A2283858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678210510; bh=pA4/9eo3ge+NRCrJVT6ovGD+9iwldRMNRuyWdgFSH8k=; h=From:To:Subject:Date:From; b=NukTq7HBeTuKvYaVY+8zpzCQB3JeeL9xKASYdZnCIgv7TMaBswReNR56mHcB80Lxm 5gNzlFyOdwVXn6BrVt8fAATS8uuyWWEpVjl9et8yqDcQmuw+D3kS2iigIbmOyH5+Xj oYL4fjvt6nfqec6ikvQHpiJVCIpA6WputcAguKss= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-6530] libstdc++: Fix comment typo in eh_personality.cc X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 80f0052b3924569af904d1bab0858fe985f33a94 X-Git-Newrev: 291c130ef079c8bb0b0a3a14f684e78c81377b8d Message-Id: <20230307173510.2A2283858C20@sourceware.org> Date: Tue, 7 Mar 2023 17:35:10 +0000 (GMT) List-Id: https://gcc.gnu.org/g:291c130ef079c8bb0b0a3a14f684e78c81377b8d commit r13-6530-g291c130ef079c8bb0b0a3a14f684e78c81377b8d Author: Jonathan Wakely Date: Fri Mar 3 16:54:15 2023 +0000 libstdc++: Fix comment typo in eh_personality.cc libstdc++-v3/ChangeLog: * libsupc++/eh_personality.cc: Fix spelling in comment. Diff: --- libstdc++-v3/libsupc++/eh_personality.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/libsupc++/eh_personality.cc b/libstdc++-v3/libsupc++/eh_personality.cc index d21a0858555..12391e563d6 100644 --- a/libstdc++-v3/libsupc++/eh_personality.cc +++ b/libstdc++-v3/libsupc++/eh_personality.cc @@ -95,7 +95,7 @@ get_ttype_entry (lsda_header_info *info, _uleb128_t i) i *= size_of_encoded_value (info->ttype_encoding); read_encoded_value_with_base ( #if __FDPIC__ - /* Force these flags to nake sure to + /* Force these flags to make sure to take the GOT into account. */ (DW_EH_PE_pcrel | DW_EH_PE_indirect), #else