summaryrefslogtreecommitdiff
path: root/evbuffer-internal.h
diff options
context:
space:
mode:
authorMarcin Szewczyk <marcin.szewczyk@wodny.org>2017-12-18 14:01:15 +0100
committerMarcin Szewczyk <marcin.szewczyk@wodny.org>2017-12-18 14:01:52 +0100
commit88a1abe809e5d29618b722ff81ee2fb14119314f (patch)
treeb85d3ffe14c122fd2e69ed628008e526b6e693d7 /evbuffer-internal.h
parent727bcea130eb4beea9b1ea53604b9807f6819a9a (diff)
downloadlibevent-88a1abe809e5d29618b722ff81ee2fb14119314f.tar.gz
Fixed last_with_datap description
Grammar and typo fix
Diffstat (limited to 'evbuffer-internal.h')
-rw-r--r--evbuffer-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/evbuffer-internal.h b/evbuffer-internal.h
index cf4bddc8..d09b4f1d 100644
--- a/evbuffer-internal.h
+++ b/evbuffer-internal.h
@@ -92,7 +92,7 @@ struct evbuffer {
* If the buffer has no chains, it is NULL.
*
* The last_with_datap pointer points at _whatever 'next' pointer_
- * points at the last_with_datap chain. If the last_with_data chain
+ * pointing at the last_with_data chain. If the last_with_data chain
* is the first chain, or it is NULL, then the last_with_datap pointer
* is &buf->first.
*/