Fix typos in macro names
This commit is contained in:
parent
35ac8eb35a
commit
9b6699066e
10 changed files with 16 additions and 16 deletions
|
@ -125,7 +125,7 @@ void memory_buffer_alloc_cur_get( size_t *cur_used, size_t *cur_blocks );
|
|||
* and contain sane values. Helps debug buffer-overflow errors.
|
||||
*
|
||||
* Prints out first failure if POLARSSL_MEMORY_DEBUG is defined.
|
||||
* Prints out full header information if POLARSSL_MEMORY_DEBUG_HEADERS
|
||||
* Prints out full header information if POLARSSL_MEMORY_DEBUG
|
||||
* is defined. (Includes stack trace information for each block if
|
||||
* POLARSSL_MEMORY_BACKTRACE is defined as well).
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue