From patchwork Thu Apr 25 17:44:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 89006 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5673B384AB5E for ; Thu, 25 Apr 2024 17:45:30 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 31749384AB6A for ; Thu, 25 Apr 2024 17:44:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 31749384AB6A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 31749384AB6A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067084; cv=none; b=tErvb/1zplXr3zsCLK+zb0rXRlQFs6bQUdD58DmIth5YZ8INvry/IxCqRodGNOzQr7hUwvyEyu8pAomRn7NyhpuR/b/vCu2SamhW91AUBnOvBKly++Jm0LSWiSQevcZdHECr/kNjc621CN7RJB/KiM4j/fsr6UeqZ1/NqEp7CzA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067084; c=relaxed/simple; bh=XjX7CtnMlEYwMM9YQpA1wopO0Rra34yxNOa1PLj/sn0=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=FGCojSfGW3zZPSuhEJ9dPJ87MfxCWqwDukUV8QHOfsaoMqp0ht1FO1kvTcMoAV3BiyBfB+U5cjED52zhTRk4YYOZwMtACFlzVBVhfmpkKS+6ogA46N60YuC/PcwSk44Eo6ZxmIm/Uezp+wsQRPUDQPADRBpj47n++zhJvPUXnHo= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714067082; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=s8bHRoSVYSQJE1yXPkUxg1ehrRUMk94HlszI//aiT1M=; b=Fixaz47JiRWdkLkf2nkn7YaL1nrOBoBzjU0xKyL25RLGuEXjzez5mqBWUGoUYnwvU5aPQn CP9qfUeMpXbS8tC/CmmJs7RAIMukz5SQkHvg/9Q7UmCWJ5C58MXUfE0T/7Hm9ltVbA5doV GgO1Qc0u1MWXmSpRJPfbbOdTwgcZ9tc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-615-f_s69VY6Pb-L_elM_Zeojg-1; Thu, 25 Apr 2024 13:44:39 -0400 X-MC-Unique: f_s69VY6Pb-L_elM_Zeojg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5E9C080B3DD; Thu, 25 Apr 2024 17:44:39 +0000 (UTC) Received: from localhost (unknown [10.42.28.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2F7D9EC680; Thu, 25 Apr 2024 17:44:39 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Fix typo in Doxygen comment Date: Thu, 25 Apr 2024 18:44:33 +0100 Message-ID: <20240425174438.2559056-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.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_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Tested x86_64-linux, and docs regenerated. Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * include/std/chrono (tzdb_list): Fix typo in Doxygen comment. --- libstdc++-v3/include/std/chrono | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/std/chrono b/libstdc++-v3/include/std/chrono index 3a9751781d2..b0aadf83b03 100644 --- a/libstdc++-v3/include/std/chrono +++ b/libstdc++-v3/include/std/chrono @@ -2780,7 +2780,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION /** Remove the tzdb object _after_ the one the iterator refers to. * - * Calling this function concurently with any of `front()`, `begin()`, + * Calling this function concurrently with any of `front()`, `begin()`, * or `end()` does not cause a data race, but in general this function * is not thread-safe. The behaviour may be undefined if erasing an * element from the list while another thread is calling the same