diff options
Diffstat (limited to '')
| -rw-r--r-- | src/slibc-alloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/slibc-alloc.c b/src/slibc-alloc.c index 4d2d0a6..edc498c 100644 --- a/src/slibc-alloc.c +++ b/src/slibc-alloc.c @@ -362,7 +362,7 @@ void* naive_realloc(void* ptr, size_t boundary, size_t size)  /**   * This function behaves exactly like `naive_realloc`, except   * it will return `NULL` with `errno` set to zero, if it is - * not possible to perform the shrink or growth without creating + * not possible to perform the shrink or grow without creating   * new pointer.   *    * @param   ptr   The old allocation, see `realloc` for more details. | 
