diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2018-01-23 11:40:44 -0800 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2018-01-23 11:40:44 -0800 |
commit | 28c3f14f2ebd9cfc478e01543fa5da99bbdc507a (patch) | |
tree | f3414a7879bd568a079f4c21fc37cbabcab81cc8 /manual | |
parent | 0f5e2da1608fc1d991f1925392dcdb62c6f6aedd (diff) | |
download | glibc-28c3f14f2ebd9cfc478e01543fa5da99bbdc507a.zip glibc-28c3f14f2ebd9cfc478e01543fa5da99bbdc507a.tar.gz glibc-28c3f14f2ebd9cfc478e01543fa5da99bbdc507a.tar.bz2 |
manual: Fix spelling of "Auxiliary."
Diffstat (limited to 'manual')
-rw-r--r-- | manual/tunables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi index 6e0ee28..be33c9f 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. |