diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
commit | 7fb4d1b4667658fdd1a92a2911be669c8aa78589 (patch) | |
tree | 87a4b9b6f06cc3a6b096859299506220b3378f40 /WWW/Library/Implementation/LYLeaks.h | |
parent | 419cae0a458826eae34d29b3216f453957074d16 (diff) | |
download | lynx-snapshots-7fb4d1b4667658fdd1a92a2911be669c8aa78589.tar.gz |
snapshot of project "lynx", label v2-9-0dev_4i
Diffstat (limited to 'WWW/Library/Implementation/LYLeaks.h')
-rw-r--r-- | WWW/Library/Implementation/LYLeaks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/LYLeaks.h b/WWW/Library/Implementation/LYLeaks.h index 2139fa38..a47b9624 100644 --- a/WWW/Library/Implementation/LYLeaks.h +++ b/WWW/Library/Implementation/LYLeaks.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYLeaks.h,v 1.18 2018/12/27 10:27:01 tom Exp $ + * $LynxId: LYLeaks.h,v 1.19 2020/01/21 22:05:46 tom Exp $ */ #ifndef __LYLEAKS_H /* @@ -15,7 +15,7 @@ * Purpose: Header to convert requests for allocation to Lynx * custom functions to track memory leaks. * Remarks/Portability/Dependencies/Restrictions: - * For the stdlib.h allocation functions to be overriden by the + * For the stdlib.h allocation functions to be overridden by the * Lynx memory tracking functions all modules allocating, * freeing, or resizing memory must have LY_FIND_LEAKS * defined before including this file. |