You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by br...@apache.org on 2014/04/10 23:22:33 UTC

git commit: Fixing comments

Repository: trafficserver
Updated Branches:
  refs/heads/master b639e7250 -> 17579ee72


Fixing comments


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

Branch: refs/heads/master
Commit: 17579ee72fe2ddef6c69cc8e913d482408a7bc2d
Parents: b639e72
Author: Brian Geffon <br...@apache.org>
Authored: Thu Apr 10 14:21:33 2014 -0700
Committer: Brian Geffon <br...@apache.org>
Committed: Thu Apr 10 14:22:22 2014 -0700

----------------------------------------------------------------------
 mgmt/api/include/mgmtapi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/17579ee7/mgmt/api/include/mgmtapi.h
----------------------------------------------------------------------
diff --git a/mgmt/api/include/mgmtapi.h b/mgmt/api/include/mgmtapi.h
index 786db7f..ef6338b 100644
--- a/mgmt/api/include/mgmtapi.h
+++ b/mgmt/api/include/mgmtapi.h
@@ -48,7 +48,7 @@
 #if defined (__SUNPRO_CC) || (defined (__GNUC__) || ! defined(__cplusplus))
 #if !defined (bool)
 #if !defined(darwin) && !defined(freebsd) && !defined(solaris)
-// XXX: What other platforms are there?
+/* XXX: What other platforms are there? */
 #define bool int
 #endif
 #endif
@@ -62,7 +62,7 @@
 #endif
 
 #endif
-#endif  // not linux
+#endif  /* not linux */
 
 #if !defined (NULL)
 #define NULL 0