aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.malloc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.malloc')
-rw-r--r--doc/README.malloc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.malloc b/doc/README.malloc
index 7e9ba9c786..7fbdf3ba5f 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -57,9 +57,9 @@ ep_new0(t) : allocate a single element of type t and fill it with 0.
.._strndup(s,n) : allocate a chunk of size n+1 and copy s into it.
.._memdup(s,n) : allocate n chunk and copy into it n bytes starting at s.
-.._strdup_printf() : will calculate the size of the formated string, allocate
+.._strdup_printf() : will calculate the size of the formatted string, allocate
a chunk for it and format the string.
-.._strdup_vprintf() : will calculate the size of the formated string,
+.._strdup_vprintf() : will calculate the size of the formatted string,
allocate a chunk for it and format the string.
ep_strsplit(): will split a string based on a certain separator returning an
@@ -74,6 +74,6 @@ ep_stack_peek() : returns the top element of the stack without popping it.
3.4 tvbuff related functions
-ep_tvb_memdup(): create an ephemeral duplicate of part of the tvbuff
+ep_tvb_memdup(): create an ephemeral duplicate of part of the tvbuff.