diff options
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingValue.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingValue.c b/compiler-rt/lib/profile/InstrProfilingValue.c index 12280eb5f15..0b5fcc1e6d9 100644 --- a/compiler-rt/lib/profile/InstrProfilingValue.c +++ b/compiler-rt/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>  | 

