Fix a variety of typos.

No functional change.

llvm-svn: 239995
This commit is contained in:
Bruce Mitchener
2015-06-18 05:27:05 +00:00
parent 8b2492f2a0
commit 58ef391f3e
51 changed files with 112 additions and 112 deletions

View File

@@ -217,7 +217,7 @@ SBModule::GetUUIDString () const
if (module_sp)
{
// We are going to return a "const char *" value through the public
// API, so we need to constify it so it gets added permanently the the
// API, so we need to constify it so it gets added permanently the
// string pool and then we don't need to worry about the lifetime of the
// string as it will never go away once it has been put into the ConstString
// string pool