summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b737baff4..32762d14e 100644
--- a/lib/profile/InstrProfilingFile.c
+++ b/lib/profile/InstrProfilingFile.c
@@ -231,7 +231,7 @@ static void truncateCurrentFile(void) {
/* Create the directory holding the file, if needed. */
if (strchr(Filename, DIR_SEPARATOR)
#if defined(DIR_SEPARATOR_2)
- || strchr(Filename, DIR_SEPERATOR_2)
+ || strchr(Filename, DIR_SEPARATOR_2)
#endif
) {
char *Copy = (char *)COMPILER_RT_ALLOCA(Length + 1);