summaryrefslogtreecommitdiff
path: root/lib/profile
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-05-20 06:13:07 +0000
committerSean Silva <chisophugis@gmail.com>2016-05-20 06:13:07 +0000
commit8ff78a0876137bd2b2a980ddb6d77abfc2c178d1 (patch)
treedf444c4a4225b28b408890843ec2c0c42578dc3a /lib/profile
parenta5ce2f6e65a00bb9f8aca7c38d5ca9696d522973 (diff)
Use C-style comment.
I think we allow use of C99 for libprofile, but use a C-style comment for consistency. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile')
-rw-r--r--lib/profile/InstrProfilingValue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfilingValue.c b/lib/profile/InstrProfilingValue.c
index 12280eb5f..0b5fcc1e6 100644
--- a/lib/profile/InstrProfilingValue.c
+++ b/lib/profile/InstrProfilingValue.c
@@ -9,7 +9,7 @@
#include "InstrProfiling.h"
#include "InstrProfilingInternal.h"
-#include "InstrProfilingUtil.h" // For PS4 getenv shim.
+#include "InstrProfilingUtil.h" /* For PS4 getenv shim. */
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>