From nobody Wed Jul 26 18:12:46 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RB27M0LHYz4pkhG for ; Wed, 26 Jul 2023 18:12:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RB27L5PcMz3wJ0 for ; Wed, 26 Jul 2023 18:12:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1690395166; 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=csfVTtNMNpYZaNbQsr06RQt9eG+yUjU7FiWn7AAX8Yw=; b=kTsUJiY5QTjgOmJkp8nlkCZyzveZo+OaL6rdQLZ3HWDQmV4dsqdsYCGZ3ajAHJW2S1As1v cysb4uNvOQWoD9WO85lsCMj44UsmSMPLth1403ofW9Z7WBXuJZvL/xHmilk5jG8dtgwGrd o32VjK+1szvd4ZLGG/NyGZkSnAtdN+6YhsGd3iTtbMzgLg+bVBCoUQE6HTqgkcRGf/g1pM 7jR5uBIWB5oKGqn8QCGLOam+0AdMYZvZ8LNlLqFXbEA9MmzGo7a4gytKLJ/4jTHsUgjinR 73rSSAwcuTr23xOj1Q1ltBJKhfT4m5cLRh7C/EMLEsRZRzNbX8cPkvJra8TQRA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1690395166; a=rsa-sha256; cv=none; b=GuWGR8qrB7sDY2q3DDTajeTynYaJFdvjgIN+qWxof0WVoND1dfh3v90hasL8VUCiA/CpCw 3NcVrn838qvlIOqzJ0ozKqialIY+58yR3oOXICBCKPabTCzyqBQbDtXVUKZe7hYpMqgkFk HbX5oGCRp4gE2kVKrc2IuW3LOeV/yRnzQr1TcW2lc/Gr0zll5VO7M96NDVtg6Fi5ysenUA 4YyrFZW6TbQbNsNPG5O+wuRZMVf/vfhtSVfguruehSRzu/I1sKIxdVIw+cicATN/cxM0jD 5CzN+jYCw3pmS5X4KuE9s9+Y8ruQGBupZvJOGUtKCSqv6xlfg2/dY+LbqQS6Ig== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RB27L4VgMzslv for ; Wed, 26 Jul 2023 18:12:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 36QICk3E093511 for ; Wed, 26 Jul 2023 18:12:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 36QICkRF093510 for bugs@FreeBSD.org; Wed, 26 Jul 2023 18:12:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 272738] Typo in lib/msun/src/math_private.h comment Date: Wed, 26 Jul 2023 18:12:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kargl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272738 Bug ID: 272738 Summary: Typo in lib/msun/src/math_private.h comment Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: kargl@FreeBSD.org Created attachment 243631 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D243631&action= =3Dedit typo fix The attached patch fixes a typo in lib/msun/src/math_private.h. "rangle" should be "range". --=20 You are receiving this mail because: You are the assignee for the bug.=