You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2012/02/26 21:00:17 UTC

git commit: Fixed comment terminology.

Updated Branches:
  refs/heads/master 3ae28350f -> 89808dd4a


Fixed comment terminology.


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

Branch: refs/heads/master
Commit: 89808dd4a68bd5f18436ea846db265028370a096
Parents: 3ae2835
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Mon Jan 30 13:36:22 2012 -0600
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Mon Jan 30 13:36:22 2012 -0600

----------------------------------------------------------------------
 lib/ts/ink_memory.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/89808dd4/lib/ts/ink_memory.h
----------------------------------------------------------------------
diff --git a/lib/ts/ink_memory.h b/lib/ts/ink_memory.h
index bb6f48c..2b1ab49 100644
--- a/lib/ts/ink_memory.h
+++ b/lib/ts/ink_memory.h
@@ -64,7 +64,7 @@ extern "C"
 
     Calls @c memset on @a t with a value of zero and a length of @c
     sizeof(t). This can be used on ordinary and array variables. While
-    this can be used on builtin values it's inefficient.
+    this can be used on variables of intrinsic type it's inefficient.
 
     @note Because this uses templates it cannot be used on unnamed or
     locally scoped structures / classes. This is an inherent