diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 16:41:44 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 16:41:44 +0000 |
commit | 64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8 (patch) | |
tree | 7614449f4358b7412e1df8551b289850ffe40f90 /manual/pattern.texi | |
parent | f58a8c1c15d8b5d8a08e8553f82867202b88a5cc (diff) | |
download | glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.zip glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.gz glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.bz2 |
Fix misspellings in manual/ -- BZ 25337
Diffstat (limited to 'manual/pattern.texi')
-rw-r--r-- | manual/pattern.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/pattern.texi b/manual/pattern.texi index 4fa4c25..250fa1e 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -258,7 +258,7 @@ containing a given name. The @code{glob} function reads the @code{struct dirent} members listed above and makes a copy of the file name in the @code{d_name} member immediately after the @code{gl_readdir} callback function returns. -Future invocations of any of the callback functions may dealloacte or +Future invocations of any of the callback functions may deallocate or reuse the buffer. It is the responsibility of the caller of the @code{glob} function to allocate and deallocate the buffer, around the call to @code{glob} or using the callback functions. For example, an |