diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-11 04:34:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-11 04:34:14 +0000 |
commit | bca9f4abe86e3ba2d84cb5ff96d55fe9d5afc722 (patch) | |
tree | 28f5fbfadeeba39d4ef3e85dfec8f5252ad5a168 /ChangeLog | |
parent | cc97b1e5f0c84830f4937f2417928dd4d5f858b8 (diff) | |
download | glibc-bca9f4abe86e3ba2d84cb5ff96d55fe9d5afc722.tar.gz glibc-bca9f4abe86e3ba2d84cb5ff96d55fe9d5afc722.tar.xz glibc-bca9f4abe86e3ba2d84cb5ff96d55fe9d5afc722.zip |
Fix typo.
* stdlib/exit.c (exit): Beware to not free statically allocated
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 47c6ab4798..4ee3d2d027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * stdlib/atexit.c (initial): New variable. Use to initialize __exit_funcs. - * stdlib/exit.c (exit): Beware to not free statically allocale + * stdlib/exit.c (exit): Beware to not free statically allocated list element [PR libc/1305]. * stdlib/xpg_basename.c (__xpg_basename): Don't return pointer to |