Merge remote-tracking branch 'ppelleti/nmake-clean-exes'

This commit is contained in:
Nick Mathewson 2013-02-11 11:25:25 -05:00
commit 74e52db45d
2 changed files with 2 additions and 2 deletions

View File

@ -69,4 +69,4 @@ regress.gen.c regress.gen.h: regress.rpc ../event_rpcgen.py
clean:
-del $(REGRESS_OBJS)
-del $(OTHER_OBJS)
-del regress.exe
-del $(PROGRAMS)

View File

@ -358,7 +358,7 @@ What's New In Libevent 2.0 so far:
any means provided to create an evbuffer except via evbuffer_new which
heap-allocated the buffer.
If you need access to the whole bufer as a linear chunk of memory, the
If you need access to the whole buffer as a linear chunk of memory, the
EVBUFFER_DATA() function still works. Watch out, though: it needs to copy
the buffer's contents in a linear chunk before you can use it.