]> granicus.if.org Git - libevent/commitdiff
Fixed last_with_datap description
authorMarcin Szewczyk <marcin.szewczyk@wodny.org>
Mon, 18 Dec 2017 13:01:15 +0000 (14:01 +0100)
committerMarcin Szewczyk <marcin.szewczyk@wodny.org>
Mon, 18 Dec 2017 13:01:52 +0000 (14:01 +0100)
Grammar and typo fix

evbuffer-internal.h

index cf4bddc80ea86c0ebbe42e98c82ae78cf1934b25..d09b4f1ddd58af85c946ac4a1bfa178996930a77 100644 (file)
@@ -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.
         */