From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 734CB3858C20 for ; Thu, 10 Mar 2022 13:29:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 734CB3858C20 Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-672-g4qSVzvIOcGTg_R08Z24kw-1; Thu, 10 Mar 2022 08:29:32 -0500 X-MC-Unique: g4qSVzvIOcGTg_R08Z24kw-1 Received: by mail-wr1-f71.google.com with SMTP id x15-20020a5d6b4f000000b001ee6c0aa287so1691868wrw.9 for ; Thu, 10 Mar 2022 05:29:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qrugmhWi2Fo9x39FsfoL8OP62BJ+iPMi3zUlm46Norg=; b=Iqfa4328zcfLQYNkRcSP5/tRlt4TqD/Eys2DNKaAzh9D9evBvk225uOb6TFOjasr0U YYzFpv+G6NaYcBv+izQL8eAzpaId5L1Yl07K/ijlQUrUIpvbeWN3yXyrD9x6X4fiM+wr hnr0JfZGuvWwYz0IiGN2yckNGESEmMmLjB4LZKelHPVMuPCGqmtEbZpt2YBsp7iHQSJy MCIRlxLUkfkeOyEAl6+GK3WgJgeEjQXMK/YAfOWywpMNE+PhP09ke3v+1GlQI+2SjnCZ eEWe9HT+QfMK+AzI/tgwI5Pdg9Tr/PO6yM7PRZFXQlUos8vogbFdV8bHj+2oaiIqoFOJ Mw7A== X-Gm-Message-State: AOAM533YjSjE+maV6NYgfZeDdO2tzDs1Yjuicbc/+49VTokvlAR64wKe CpMEzYP+ifNeoSwXYWWbO+zSEvAms1N1wXiC3N8UCVSHZwcof9eA9I9ohwaYbuDMQ/iub4TUibK ctHF292B2jJ4SCAmr19A/iT0gMtahdQYC8helpJbVaATPBp6jhrUOUh7RppEP8IzWKZaAVp01BQ == X-Received: by 2002:adf:f18f:0:b0:1f0:761:491d with SMTP id h15-20020adff18f000000b001f00761491dmr3461245wro.505.1646918970434; Thu, 10 Mar 2022 05:29:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJy2Vuqcz303XpAdsNX4xKpkUD5uxd2OpONBZf4d8D3On/PALPKMScViUReB4Gia2BkWcT4jew== X-Received: by 2002:adf:f18f:0:b0:1f0:761:491d with SMTP id h15-20020adff18f000000b001f00761491dmr3461227wro.505.1646918970123; Thu, 10 Mar 2022 05:29:30 -0800 (PST) Received: from localhost (host86-134-151-205.range86-134.btcentralplus.com. [86.134.151.205]) by smtp.gmail.com with ESMTPSA id o19-20020a05600c511300b00389c3a281d7sm10793674wms.0.2022.03.10.05.29.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 05:29:29 -0800 (PST) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PUSHED] gdb/gdbarch: fix typo in gdbarch-components.py Date: Thu, 10 Mar 2022 13:29:26 +0000 Message-Id: <20220310132926.2268796-1-aburgess@redhat.com> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2022 13:29:40 -0000 Fixes a minor typo, in a comment, in the gdbarch-components.py script. There should be no user visible changes after this commit. --- 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 -- 2.25.4