git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@240 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42 2010-06-29 02:44:30 +00:00
parent a2f6403f7d
commit e9acaa580e

View File

@ -107,7 +107,7 @@ struct _ProtobufCAllocator
/* This is a configurable allocator.
* By default, it uses the system allocator (meaning malloc() and free()).
* This is typically done to incorporate into frameworks that provide
* This is typically changed to adapt to frameworks that provide
* some nonstandard allocation functions.
*
* NOTE: you may modify this allocator.