From patchwork Mon Jan 22 15:30:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Klauser X-Patchwork-Id: 25477 Received: (qmail 83413 invoked by alias); 22 Jan 2018 15:31:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 83391 invoked by uid 89); 22 Jan 2018 15:31:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: sym2.noone.org From: Tobias Klauser To: libc-alpha@sourceware.org Subject: [PATCH] manual: fix typo in glibc.tune.hwcap_mask description Date: Mon, 22 Jan 2018 16:30:56 +0100 Message-Id: <1516635056-5638-1-git-send-email-tklauser@distanz.ch> Auxilliary -> Auxiliary Changelog: * manual/tunables.texi (glibc.tune.hwcap_mask): Fix a typo. --- manual/tunables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tunables.texi b/manual/tunables.texi index 6e0ee2898036..be33c9fc7965 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -304,7 +304,7 @@ by setting the following tunables in the @code{tune} namespace: This tunable supersedes the @env{LD_HWCAP_MASK} environment variable and is identical in features. -The @code{AT_HWCAP} key in the Auxilliary Vector specifies instruction set +The @code{AT_HWCAP} key in the Auxiliary Vector specifies instruction set extensions available in the processor at runtime for some architectures. The @code{glibc.tune.hwcap_mask} tunable allows the user to mask out those capabilities at runtime, thus disabling use of those extensions.