diff options
author | Martin Joerg <martin.joerg@gmail.com> | 2023-01-18 18:34:08 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-01-18 18:34:08 +0100 |
commit | 8394b8c4617c925d7a7fab567401f07549d07b13 (patch) | |
tree | 295bab930a13247fda08e92523b48d05bbcd14c7 /manual/string.texi | |
parent | 07937809ac377f8ffb5bad3335194dd9a447922f (diff) | |
download | glibc-8394b8c4617c925d7a7fab567401f07549d07b13.zip glibc-8394b8c4617c925d7a7fab567401f07549d07b13.tar.gz glibc-8394b8c4617c925d7a7fab567401f07549d07b13.tar.bz2 |
manual: Fix typo
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'manual/string.texi')
-rw-r--r-- | manual/string.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/string.texi b/manual/string.texi index 0b60b3f..7578aa1 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -2396,7 +2396,7 @@ is better than not using it. At present, the only way to do a more thorough job is to write the entire sensitive operation in assembly language. We anticipate that future compilers will recognize calls to @code{explicit_bzero} and take appropriate steps to erase all the -copies of the affected data, whereever they may be. +copies of the affected data, wherever they may be. @deftypefun void explicit_bzero (void *@var{block}, size_t @var{len}) @standards{BSD, string.h} |