Skip to content

Commit b741a55

Browse files
author
Qiongsi Wu
committed
Fix header comment
1 parent 18ec4ac commit b741a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/include/profile/instr_prof_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*===---- instr_profiling.h - Instrumentation PGO User Program API ----------===
1+
/*===---- instr_prof_interface.h - Instrumentation PGO User Program API ----===
22
*
33
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
* See https://llvm.org/LICENSE.txt for license information.
@@ -7,7 +7,7 @@
77
*===-----------------------------------------------------------------------===
88
*
99
* This header provides a public interface for user programs to provide
10-
* fine-grained control of profile dumping.
10+
* fine-grained control of counter reset and profile dumping.
1111
*
1212
\*===---------------------------------------------------------------------===*/
1313

0 commit comments

Comments
 (0)