aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.malloc
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-10-12 19:13:31 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-10-12 19:13:31 +0000
commit5a58a1435c4d252def7f68566340ab3afab72b9c (patch)
tree74ddcc8cf37567d64d1c9cdc3a1de3f84bcad276 /doc/README.malloc
parentff5826a106d55bb58ca0f56adc081784609f3874 (diff)
From Andrew Feren:
Fix an assortment of typos and other minor errors in various README files svn path=/trunk/; revision=23166
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.