Skip to content

Commit 6f55e68

Browse files
Update compiler-rt/lib/profile/InstrProfilingUtil.c
Co-authored-by: Hubert Tong <[email protected]>
1 parent 987eeeb commit 6f55e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/profile/InstrProfilingUtil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ COMPILER_RT_VISIBILITY void lprofGetFileContentBuffer(FILE *F, uint64_t Length,
338338
}
339339

340340
if (getenv("LLVM_PROFILE_VERBOSE"))
341-
PROF_NOTE("%s\n", "Could not use mmap; using fread instead.");
341+
PROF_NOTE("%s\n", "could not use mmap; using fread instead");
342342

343343
void *Buffer = malloc(Length);
344344
if (!Buffer) {

0 commit comments

Comments
 (0)