mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
r7556: fixed typo in documentation
(This used to be commit 77fc2036a0db7bde9e90f090dbcd75ea70b3e0a0)
This commit is contained in:
parent
c420c5a4c4
commit
4a139f8171
@ -284,8 +284,8 @@ talloc_realloc() has the following equivalences:
|
||||
talloc_realloc(context, NULL, type, N) ==> talloc_array(context, type, N);
|
||||
talloc_realloc(context, ptr, type, 0) ==> talloc_free(ptr);
|
||||
|
||||
The "context" argument is only used if "ptr" is not NULL, otherwise it
|
||||
is ignored.
|
||||
The "context" argument is only used if "ptr" is NULL, otherwise it is
|
||||
ignored.
|
||||
|
||||
talloc_realloc() returns the new pointer, or NULL on failure. The call
|
||||
will fail either due to a lack of memory, or because the pointer has
|
||||
|
Loading…
x
Reference in New Issue
Block a user