From e9acaa580e9f1658a6a39d4bd35d3554bb6b0bfd Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Tue, 29 Jun 2010 02:44:30 +0000 Subject: [PATCH] ... git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@240 00440858-1255-0410-a3e6-75ea37f81c3a --- src/google/protobuf-c/protobuf-c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/protobuf-c/protobuf-c.h b/src/google/protobuf-c/protobuf-c.h index 2d2430f..4a9a448 100644 --- a/src/google/protobuf-c/protobuf-c.h +++ b/src/google/protobuf-c/protobuf-c.h @@ -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.