From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id oAAQHQzm/WNbeAAAWB0awg (envelope-from ) for ; Tue, 28 Feb 2023 06:31:24 -0500 Received: by simark.ca (Postfix, from userid 112) id 73C241E222; Tue, 28 Feb 2023 06:31:24 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=KysmeoZM; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 09CB11E128 for ; Tue, 28 Feb 2023 06:31:24 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B0A13385843D for ; Tue, 28 Feb 2023 11:31:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B0A13385843D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677583883; bh=NbBhZllRbCwrUNnNKwlBfg9nLJEZb9B+IZucbz8NXc8=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=KysmeoZMSJoPv1iPHc4Ggw5QdZyYICutJR8c1mSQwy6SFVPDMK3G6FtIz2MB87TVE 9Ez2Dl+xHYc6XLYM+qnEEuDdy1GJr1b8zsyUmaoveiVNq98LAVz/HCV7vxe9YZ3emF hm1eVHDm3AvpfYJaLaMOHKaCa3C7ToAnKznCN1xw= Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by sourceware.org (Postfix) with ESMTPS id 1405A3850206 for ; Tue, 28 Feb 2023 11:30:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1405A3850206 X-IronPort-AV: E=McAfee;i="6500,9779,10634"; a="313785130" X-IronPort-AV: E=Sophos;i="5.98,221,1673942400"; d="scan'208";a="313785130" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 03:30:39 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10634"; a="623992189" X-IronPort-AV: E=Sophos;i="5.98,221,1673942400"; d="scan'208";a="623992189" Received: from ultl2604.iul.intel.com (HELO localhost) ([172.28.48.47]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 03:30:38 -0800 To: gdb-patches@sourceware.org Subject: [PATCH 18/26] gdbsupport: fix a typo in a comment in common-regcache.h Date: Tue, 28 Feb 2023 12:28:16 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: , From: Tankut Baris Aktemur via Gdb-patches Reply-To: Tankut Baris Aktemur Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Fix a typo. --- gdbsupport/common-regcache.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdbsupport/common-regcache.h b/gdbsupport/common-regcache.h index e462f532407..bf14610f98f 100644 --- a/gdbsupport/common-regcache.h +++ b/gdbsupport/common-regcache.h @@ -33,10 +33,10 @@ enum register_status : signed char /* The register value is unavailable. E.g., we're inspecting a traceframe, and this register wasn't collected. Note that this - is different a different "unavailable" from saying the register - does not exist in the target's architecture --- in that case, - the target should have given us a target description that does - not include the register in the first place. */ + "unavailable" is different from saying the register does not + exist in the target's architecture --- in that case, the target + should have given us a target description that does not include + the register in the first place. */ REG_UNAVAILABLE = -1 }; -- 2.25.1 Intel Deutschland GmbH Registered Address: Am Campeon 10, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928