Skip to content

Commit

Permalink
Fix varname in description of evbuffer_add_buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jun 11, 2009
1 parent 5452465 commit a023413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ref7_evbuffer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ int evbuffer_remove_buffer(struct evbuffer *src, struct evbuffer *dst,
--------

The evbuffer_add_buffer() function moves all data from 'src' to the
end of 'src'. It returns 0 on success, -1 on failure.
end of 'dst'. It returns 0 on success, -1 on failure.

The evbuffer_remove_buffer() function moves exactly 'datlen' bytes
from 'src' to the end of 'dst', copying as little as possible. If
Expand Down

0 comments on commit a023413

Please sign in to comment.