Fix typos.

llvm-svn: 212132
This commit is contained in:
Bruce Mitchener
2014-07-01 21:22:11 +00:00
parent 8e97653528
commit d93c4a3339
135 changed files with 360 additions and 360 deletions

View File

@@ -36,7 +36,7 @@ SBFileSpec::SBFileSpec (const lldb_private::FileSpec& fspec) :
{
}
// Deprected!!!
// Deprecated!!!
SBFileSpec::SBFileSpec (const char *path) :
m_opaque_ap(new FileSpec (path, true))
{