Fix a typeo.

(obligatory s/typeo/typo)

llvm-svn: 275632
This commit is contained in:
George Burgess IV 2016-07-15 22:24:24 +00:00
parent e650319772
commit 70a65c28a7
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ static void truncateCurrentFile(void) {
/* Create the directory holding the file, if needed. */ /* Create the directory holding the file, if needed. */
if (strchr(Filename, DIR_SEPARATOR) if (strchr(Filename, DIR_SEPARATOR)
#if defined(DIR_SEPARATOR_2) #if defined(DIR_SEPARATOR_2)
|| strchr(Filename, DIR_SEPERATOR_2) || strchr(Filename, DIR_SEPARATOR_2)
#endif #endif
) { ) {
char *Copy = (char *)COMPILER_RT_ALLOCA(Length + 1); char *Copy = (char *)COMPILER_RT_ALLOCA(Length + 1);