diff options
author | Mattias Andrée <maandree@kth.se> | 2024-01-28 07:45:19 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-01-28 07:45:19 +0100 |
commit | 6153c38a1104b5e3c44f3c516456a35834e5ac0d (patch) | |
tree | 099d5fc272a8226c4610da22eb76b2fae9fb4cb9 /man3/libsimple_reallocarray.3 | |
parent | Update library version number (diff) | |
download | libsimple-6153c38a1104b5e3c44f3c516456a35834e5ac0d.tar.gz libsimple-6153c38a1104b5e3c44f3c516456a35834e5ac0d.tar.bz2 libsimple-6153c38a1104b5e3c44f3c516456a35834e5ac0d.tar.xz |
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man3/libsimple_reallocarray.3')
-rw-r--r-- | man3/libsimple_reallocarray.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/libsimple_reallocarray.3 b/man3/libsimple_reallocarray.3 index 5626e63..44d1dfa 100644 --- a/man3/libsimple_reallocarray.3 +++ b/man3/libsimple_reallocarray.3 @@ -48,7 +48,7 @@ same content as but truncated to .I n*m bytes if it is smaller or with the new bytes -unitialised if it is larger. If a new pointer +uninitialised if it is larger. If a new pointer is returned, rather than .IR ptr , .I ptr |