mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330035 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
177c88c1ca
commit
5420983858
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
<entry>
|
||||
Allocate a buffer for holding <code>nmemb</code> blocks of each
|
||||
<code>size</code> bytes and an additional <code>offset</code> bytes.
|
||||
This is similar to <code>emalloc(nmemb * size + offset)</code> but adds
|
||||
This is similar to <code>pemalloc(nmemb * size + offset)</code> but adds
|
||||
a special protection against overflows.
|
||||
</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue