From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m15112.mail.126.com (m15112.mail.126.com [220.181.15.112]) by sourceware.org (Postfix) with ESMTP id 089853858D28 for ; Sun, 16 Oct 2022 07:04:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 089853858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=126.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=126.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=nbrHi KdYUizePWs4v96Ufhnx1tIYBpJpIvoNCHE5I+Y=; b=X5lEJ9BWoQuKXmzYWZGe3 GklfMFYcRIvl4iAo9lXkT+CY3U4zl8HWaEmbKxbgCCspQEa+h8mb7lnB4DYx26/8 ZF42Qttu/8+YS1b0ko4f9dTk8vsYne0z6oJyqADaTNNBZ/izhxyxOMKuSxA3/K4s 6AuMU1cCqnBiM0gO9q/tfw= Received: from localhost.localdomain (unknown [117.61.19.197]) by smtp2 (Coremail) with SMTP id DMmowAD3_2OerEtjN0uoDA--.19725S2; Sun, 16 Oct 2022 15:02:55 +0800 (CST) From: Xiaole He To: libabigail@sourceware.org Cc: Xiaole He , Xiaole He Subject: [PATCH] abg-diff-utils: fix typo in comments Date: Sun, 16 Oct 2022 07:02:25 +0000 Message-Id: <20221016070225.67404-1-hexiaole1994@126.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID:DMmowAD3_2OerEtjN0uoDA--.19725S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxtw4kJrWxtFyxKFyrZw18Xwb_yoW7ur1fpF WkJFW3uFZ7tay0va43ArWrJFyUCrZ3Ar4qq3y8AryYyr1Y9Fn2krWIqFnY9F18ZFyfZryU ZF1Iyw1DC3WrC37anT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0zRxpndUUUUU= X-Originating-IP: [117.61.19.197] X-CM-SenderInfo: 5kh0xt5rohimizu6ij2wof0z/1tbifBOcBlpD7C-2iQACsS X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Fix typo in comments, from 'pased' to 'passed'. * src/abg-diff-utils.h: fix typo in comments Signed-off-by: Xiaole He --- include/abg-diff-utils.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/abg-diff-utils.h b/include/abg-diff-utils.h index 5e124737..b0e96b41 100644 --- a/include/abg-diff-utils.h +++ b/include/abg-diff-utils.h @@ -803,7 +803,7 @@ struct deep_ptr_eq_functor /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param k the number of the diagonal on which we want to find the @@ -942,7 +942,7 @@ end_of_fr_d_path_in_k(int k, int d, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param k the number of the diagonal on which we want to find the @@ -1116,7 +1116,7 @@ is_match_point(RandomAccessOutputIterator a_begin, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a_begin an iterator pointing to the begining of sequence A. @@ -1308,7 +1308,7 @@ print_snake(RandomAccessOutputIterator a_begin, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a the first sequence we care about. @@ -1444,7 +1444,7 @@ snake_end_points(const snake& s, point&, point&); /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a_base the iterator to the base of the first sequence. @@ -1653,7 +1653,7 @@ compute_diff(RandomAccessOutputIterator a_base, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a_start an iterator to the beginning of the first sequence @@ -1719,7 +1719,7 @@ compute_diff(RandomAccessOutputIterator a_begin, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a_base the iterator to the base of the first sequence. @@ -1779,7 +1779,7 @@ compute_diff(RandomAccessOutputIterator a_base, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a_start an iterator to the beginning of the first sequence @@ -1879,7 +1879,7 @@ compute_diff(RandomAccessOutputIterator a_begin, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a_base the iterator to the base of the first sequence. @@ -1935,7 +1935,7 @@ compute_diff(RandomAccessOutputIterator a_base, /// call operator member returning a boolean and taking two arguments /// that must be of the same type as the one pointed to by the @ref /// RandomAccessOutputIterator template parameter. This functor is -/// used to compare the elements referred to by the iterators pased in +/// used to compare the elements referred to by the iterators passed in /// argument to this function. /// /// @param a_start an iterator to the beginning of the first sequence -- 2.27.0