You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2015/07/23 08:57:02 UTC

[2/2] trafficserver git commit: Fixed typo in comment

Fixed typo in comment


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/392d3abc
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/392d3abc
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/392d3abc

Branch: refs/heads/master
Commit: 392d3abc946948c142d26ceb1a67dfbb818a23e7
Parents: 985c1af
Author: Bryan Call <bc...@apache.org>
Authored: Thu Jul 23 08:56:41 2015 +0200
Committer: Bryan Call <bc...@apache.org>
Committed: Thu Jul 23 08:56:41 2015 +0200

----------------------------------------------------------------------
 proxy/hdrs/HdrHeap.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/392d3abc/proxy/hdrs/HdrHeap.cc
----------------------------------------------------------------------
diff --git a/proxy/hdrs/HdrHeap.cc b/proxy/hdrs/HdrHeap.cc
index f730c0f..802ba1a 100644
--- a/proxy/hdrs/HdrHeap.cc
+++ b/proxy/hdrs/HdrHeap.cc
@@ -125,7 +125,7 @@ new_HdrHeap(int size)
 
   //    Debug("hdrs", "Allocated header heap in size %d", size);
 
-  // Patch vritual function table ptr
+  // Patch virtual function table ptr
   *((void **)h) = *((void **)&proto_heap);
 
   h->m_size = size;