Fix a typo in the warning.

<rdar://problem/20799707>

llvm-svn: 236429
This commit is contained in:
Jim Ingham 2015-05-04 17:33:33 +00:00
parent 300069a019
commit 204d0ee01f
1 changed files with 1 additions and 1 deletions

View File

@ -1594,7 +1594,7 @@ AppleObjCRuntimeV2::WarnIfNoClassesCached ()
if (debugger.GetAsyncOutputStream())
{
debugger.GetAsyncOutputStream()->PutCString("warning: could not load any Objective-C class information from the dyld shared cache. This will signficantly reduce the quality of type information available.\n");
debugger.GetAsyncOutputStream()->PutCString("warning: could not load any Objective-C class information from the dyld shared cache. This will significantly reduce the quality of type information available.\n");
m_noclasses_warning_emitted = true;
}
}