Repository: trafficserver Updated Branches: refs/heads/master d5a2b8865 -> 195259b16
Fixed spelling mistakes in comments Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/195259b1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/195259b1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/195259b1 Branch: refs/heads/master Commit: 195259b16b68185ca667c8d3cb4ddee92ea80cb8 Parents: d5a2b88 Author: Bryan Call <[email protected]> Authored: Wed Oct 8 11:16:34 2014 -0700 Committer: Bryan Call <[email protected]> Committed: Wed Oct 8 11:16:34 2014 -0700 ---------------------------------------------------------------------- lib/ts/Allocator.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/195259b1/lib/ts/Allocator.h ---------------------------------------------------------------------- diff --git a/lib/ts/Allocator.h b/lib/ts/Allocator.h index 86fcf23..710dc68 100644 --- a/lib/ts/Allocator.h +++ b/lib/ts/Allocator.h @@ -175,10 +175,10 @@ public: /** Allocator for space class, a class with a lot of uninitialized - space/members. It uses an instantiate fucntion do initialization - of objects. This is particulary useful if most of the space in - the objects does not need to be intialized. The inifunction passed - can be used to intialize a few fields selectively. Using + space/members. It uses an instantiate function do initialization + of objects. This is particularly useful if most of the space in + the objects does not need to be initialized. The initialization function passed + can be used to initialize a few fields selectively. Using ClassAllocator for space objects would unnecessarily initialized all of the members.
