This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] manual: fix typo in glibc.tune.hwcap_mask description


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.
-- 
2.13.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]