mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
util_libc: Fix typo
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Polensky <japo@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
8ba03642b7
commit
59df2c6d02
@@ -45,7 +45,7 @@ void *__util_zalloc(const char *func, const char *file, int line, size_t size);
|
||||
/**
|
||||
* Re-allocate memory or exit in case of failure
|
||||
*
|
||||
* @param[in] ptr Pointer ot old memory buffer
|
||||
* @param[in] ptr Pointer to old memory buffer
|
||||
* @param[in] size Number of bytes to be allocated
|
||||
*
|
||||
* @returns Pointer to memory buffer created with realloc()
|
||||
|
||||
Reference in New Issue
Block a user