You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2013/12/02 12:18:25 UTC

[2/2] git commit: fix language (spelling/grammar) in comments

fix language (spelling/grammar) in comments

gcc is, at best an "it", not a "he". And even then I'm afraid it
cannot feel happiness. Not when compiling C++ anyway.


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

Branch: refs/heads/master
Commit: 377f353fcf6a300e898b81daacb145cd7ae70835
Parents: f61882f
Author: Igor Galić <i....@brainsware.org>
Authored: Mon Dec 2 12:15:19 2013 +0100
Committer: Igor Galić <i....@brainsware.org>
Committed: Mon Dec 2 12:17:37 2013 +0100

----------------------------------------------------------------------
 proxy/InkAPI.cc   | 2 +-
 proxy/Prefetch.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/377f353f/proxy/InkAPI.cc
----------------------------------------------------------------------
diff --git a/proxy/InkAPI.cc b/proxy/InkAPI.cc
index a4e82c2..4b533d7 100644
--- a/proxy/InkAPI.cc
+++ b/proxy/InkAPI.cc
@@ -493,7 +493,7 @@ _hdr_obj_to_mime_hdr_impl(HdrHeapObjImpl * obj)
     impl = (MIMEHdrImpl *) obj;
   else {
     ink_release_assert(!"mloc not a header type");
-    impl = NULL;                /* gcc does not know about 'ink_release_assert' - make him happy */
+    impl = NULL;                /* gcc does not know about 'ink_release_assert' - make it happy */
   }
   return impl;
 }

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/377f353f/proxy/Prefetch.cc
----------------------------------------------------------------------
diff --git a/proxy/Prefetch.cc b/proxy/Prefetch.cc
index 41a6419..69f2489 100644
--- a/proxy/Prefetch.cc
+++ b/proxy/Prefetch.cc
@@ -2199,7 +2199,7 @@ KeepAliveConn::handleEvent(int event, void *data)
 
     vio = childVC->do_io_write(this, INT64_MAX, reader);
 
-    //his read lets us disconnect when the other side closes
+    //this read lets us disconnect when the other side closes
     childVC->do_io_read(this, INT64_MAX, read_buf);
     break;