1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Very minor documentation cleanup

This commit is contained in:
Olaf Barthel
2025-07-10 13:17:30 +02:00
parent 51f88950eb
commit 76d5b5874e
2 changed files with 3 additions and 3 deletions

View File

@ -414,7 +414,7 @@ STDLIB_DESTRUCTOR(stdlib_memory_exit)
/* Make sure that freeing any memory does not also
* trigger the alloca cleanup operations. Otherwise,
* the the data structures used by alloca() to track
* the data structures used by alloca() to track
* the scope in which allocated memory remains
* valid and should not be freed just yet may be
* freed, corrupting them.