fix C++ comment in C header

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Liao 2012-08-29 20:32:13 +00:00
parent 0e76db9ad4
commit 688c1cd6c9

View File

@ -21,7 +21,7 @@
extern "C" {
#endif
// TODO: Strip out unused entries once ProfileInfo etc has been removed.
/* TODO: Strip out unused entries once ProfileInfo etc has been removed. */
enum ProfilingType {
ArgumentInfo = 1, /* The command line argument block */
FunctionInfo = 2, /* Function profiling information */