From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2120.oracle.com (aserp2120.oracle.com [141.146.126.78]) by sourceware.org (Postfix) with ESMTPS id E71003851C22 for ; Tue, 30 Jun 2020 23:33:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E71003851C22 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 05UNWL2M049514 for ; Tue, 30 Jun 2020 23:33:55 GMT Received: from userp3030.oracle.com (userp3030.oracle.com [156.151.31.80]) by aserp2120.oracle.com with ESMTP id 31xx1dv809-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 30 Jun 2020 23:33:55 +0000 Received: from pps.filterd (userp3030.oracle.com [127.0.0.1]) by userp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 05UNNlIu068650 for ; Tue, 30 Jun 2020 23:31:54 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userp3030.oracle.com with ESMTP id 31xg1xgajg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 30 Jun 2020 23:31:54 +0000 Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 05UNVrVq005675 for ; Tue, 30 Jun 2020 23:31:53 GMT Received: from loom.srvr.nix (/81.187.191.129) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 30 Jun 2020 23:31:53 +0000 From: Nick Alcock To: binutils@sourceware.org Subject: [PATCH 01/59] include, libctf: typo fixes Date: Wed, 1 Jul 2020 00:30:48 +0100 Message-Id: <20200630233146.338613-2-nick.alcock@oracle.com> X-Mailer: git-send-email 2.27.0.247.g3dff7de930 In-Reply-To: <20200630233146.338613-1-nick.alcock@oracle.com> References: <20200630233146.338613-1-nick.alcock@oracle.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9668 signatures=668680 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 spamscore=0 phishscore=0 malwarescore=0 mlxlogscore=907 adultscore=0 mlxscore=0 suspectscore=1 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006300162 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9668 signatures=668680 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 clxscore=1015 adultscore=0 suspectscore=1 mlxlogscore=901 cotscore=-2147483648 lowpriorityscore=0 malwarescore=0 phishscore=0 impostorscore=0 mlxscore=0 spamscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006300163 X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, TXREP, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2020 23:33:57 -0000 include/ * ctf-api.h: Fix typos in comments. libctf/ * ctf-impl.h: Fix typos in comments. --- include/ctf-api.h | 6 +++--- libctf/ctf-impl.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ctf-api.h b/include/ctf-api.h index d6b05bc71fe..bb1cf0f50eb 100644 --- a/include/ctf-api.h +++ b/include/ctf-api.h @@ -30,7 +30,7 @@ #ifdef __cplusplus extern "C" - { +{ #endif /* Clients can open one or more CTF containers and obtain a pointer to an @@ -80,7 +80,7 @@ typedef struct ctf_link_sym /* Indication of how to share types when linking. */ -/* Share all types thare are not in conflict. The default. */ +/* Share all types that are not in conflict. The default. */ #define CTF_LINK_SHARE_UNCONFLICTED 0x0 /* Share only types that are used by multiple inputs. Not implemented yet. */ @@ -428,7 +428,7 @@ extern unsigned char *ctf_link_write (ctf_file_t *, size_t *size, size_t threshold); /* Specialist linker functions. These functions are not used by ld, but can be - used by other prgorams making use of the linker machinery for other purposes + used by other programs making use of the linker machinery for other purposes to customize its output. */ extern int ctf_link_add_cu_mapping (ctf_file_t *, const char *from, const char *to); diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 133ca0ee6e2..b20a4f05a80 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -37,7 +37,7 @@ #ifdef __cplusplus extern "C" - { +{ #endif /* Compiler attributes. */ -- 2.27.0.247.g3dff7de930