diff --git a/internals2/memory/persistence.xml b/internals2/memory/persistence.xml index 2f16b7a555..22b2c09a04 100644 --- a/internals2/memory/persistence.xml +++ b/internals2/memory/persistence.xml @@ -64,7 +64,7 @@ Allocate a buffer for holding nmemb blocks of each size bytes and an additional offset bytes. - This is similar to emalloc(nmemb * size + offset) but adds + This is similar to pemalloc(nmemb * size + offset) but adds a special protection against overflows.