diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-07-13 13:37:04 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-07-15 00:19:49 -0700 |
commit | 1b06e0be96774eeb59a59b80476213a8b98a8fdc (patch) | |
tree | c4fe348b1f1ca872dbf58a6c643534e92be25715 /main/spprintf.h | |
parent | d17e8ac32fe1f4bbf92c4bac1826d83d8372df95 (diff) | |
download | php-git-1b06e0be96774eeb59a59b80476213a8b98a8fdc.tar.gz |
typo fixes
Diffstat (limited to 'main/spprintf.h')
-rw-r--r-- | main/spprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/spprintf.h b/main/spprintf.h index 397928a794..d9aa9533e5 100644 --- a/main/spprintf.h +++ b/main/spprintf.h @@ -22,7 +22,7 @@ The pbuf parameter of all spprintf version receives a pointer to the allocated buffer. This buffer must be freed manually after usage using efree() function. -The buffer will allways be terminated by a zero character. When pbuf is NULL +The buffer will always be terminated by a zero character. When pbuf is NULL the function can be used to calculate the required size of the buffer but for that purpose snprintf is faster. When both pbuf and the return value are 0 than you are out of memory. |