summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingFile.c
diff options
context:
space:
mode:
authorYing Yi <maggieyi666@gmail.com>2016-08-10 10:48:02 +0000
committerYing Yi <maggieyi666@gmail.com>2016-08-10 10:48:02 +0000
commit32aebd6468dd6d3f93348149af873624bb62d422 (patch)
tree2af7c373e02f42751e583050fdfaef3ceecc42ba /lib/profile/InstrProfilingFile.c
parentd5bca334011de0f7eb91103b4d61e424b95896e2 (diff)
test commit.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@278210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfilingFile.c')
-rw-r--r--lib/profile/InstrProfilingFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfilingFile.c b/lib/profile/InstrProfilingFile.c
index 70102f324..fab479d3c 100644
--- a/lib/profile/InstrProfilingFile.c
+++ b/lib/profile/InstrProfilingFile.c
@@ -59,7 +59,7 @@ static const char *getPNSStr(ProfileNameSpecifier PNS) {
}
#define MAX_PID_SIZE 16
-/* Data structure holding the result of parsed filename pattern. */
+/* Data structure holding the result of parsed filename pattern. */
typedef struct lprofFilename {
/* File name string possibly with %p or %h specifiers. */
const char *FilenamePat;