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.129.124]) by sourceware.org (Postfix) with ESMTPS id 1FB6D3835E28 for ; Fri, 16 Dec 2022 17:19:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1FB6D3835E28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1671211188; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=c6XLLhWJt7kpVX4yDc9YiHfw+ZnjjdEp3zDlAjDBG8c=; b=SpaoZ80XMvHBOrd9Cs/dJ3jYAqGl51jLkbXhvQw5dnW19ISTG8cD7dGSYc9YBG0nbXE1UF cqkcOUsnTdwJIL17zxYWDZGkQFt/77UPfdd6CNkbOx1JJQrQs0jc4oECGhzjGlErUUWFsW ubrGXCuZP7q+F3N7McvGop3/1hFwaxI= Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-253-t_-DIS8ENdKnIb7mMvyCiw-1; Fri, 16 Dec 2022 12:19:47 -0500 X-MC-Unique: t_-DIS8ENdKnIb7mMvyCiw-1 Received: by mail-qt1-f200.google.com with SMTP id i3-20020ac87643000000b003a816421776so1910801qtr.22 for ; Fri, 16 Dec 2022 09:19:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=c6XLLhWJt7kpVX4yDc9YiHfw+ZnjjdEp3zDlAjDBG8c=; b=unrBiOYggMGaLs1XpR8ndWfeUf4RV4l/n4DAlCCMkfBzJ8YB/+6NpuSggisDRWcHiR V69IXtyQB2Dz9smuQIabugeM9oCKU887+cny2EotVdHVTCsPAiIPCIvxYdxKekDMOUG+ wy3TX4fAtuvCel4E1xPaKinFanVwm0r3jCaEYzbOdjAgNlGV0gbxtC+HQver8oEGotMB hUeE+evXUiPtDiGtNOhgPtdm9ZAKcJAPNPpXbWwr9UcPb7vaGe2b85DfqnblWLOFlUYM CKoci9omlEzwtufRBdQTIXljBP9IJNkM59HIpUp7d0vtw4u4w3q03oXfxcLci6ahTwqx 7ztA== X-Gm-Message-State: ANoB5pkNIa5ld/1X9sLzjSCKIvrlQGOdKkz0pFZgVjRNyCAh6szdpOgz dAKbMxMyqbmaKWh7+fHG1m9xpzCHQvUVGYR19KiP1HeLoVA7vS4xfPeE96Ncq4azQFXkddI4F1a 0Nrej3Fxw3xg+eN+6HA7zAPWgo/s6v4I= X-Received: by 2002:ac8:7d52:0:b0:3a7:e308:1848 with SMTP id h18-20020ac87d52000000b003a7e3081848mr15512222qtb.56.1671211186856; Fri, 16 Dec 2022 09:19:46 -0800 (PST) X-Google-Smtp-Source: AA0mqf7tk7mNrzr7q5Fg0EpAKg3PWiQL8i36aO13AzHuoGoZTLB37Yh/6HGJInwMmHbH801ZH5ftv6TrN0yFrFA2N6o= X-Received: by 2002:ac8:7d52:0:b0:3a7:e308:1848 with SMTP id h18-20020ac87d52000000b003a7e3081848mr15512220qtb.56.1671211186664; Fri, 16 Dec 2022 09:19:46 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jeff Johnston Date: Fri, 16 Dec 2022 12:19:35 -0500 Message-ID: Subject: Re: A patch with a small typo fix To: Nadav Cc: newlib@sourceware.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/alternative; boundary="000000000000204ec505eff52ddb" X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,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: --000000000000204ec505eff52ddb Content-Type: text/plain; charset="UTF-8" Patch applied. Thanks, -- Jeff J. On Thu, Dec 15, 2022 at 3:03 PM Nadav wrote: > Hi folks, > > I attached a patch with a small typo fix in one of the comments of expf(). > > Nadav > --000000000000204ec505eff52ddb--