summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wolfe <jlw@xinuos.com>2014-06-19 19:21:53 +0000
committerJohn Wolfe <jlw@xinuos.com>2014-06-19 19:21:53 +0000
commit6f5cb5f14bb3cfb82b2f7f36764f6bc54c06c4cf (patch)
tree94bfdffe32838d771e8de3b82cc3ba7ae67f834f
parentfdbb4a54d54d097c96070320407835432026ff95 (diff)
downloadbcm5719-llvm-6f5cb5f14bb3cfb82b2f7f36764f6bc54c06c4cf.tar.gz
bcm5719-llvm-6f5cb5f14bb3cfb82b2f7f36764f6bc54c06c4cf.zip
Test commit: Correct type in two comments.
llvm-svn: 211296
-rw-r--r--lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp b/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
index d94a0c36502..8e925dffaac 100644
--- a/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
+++ b/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
@@ -50,7 +50,7 @@ PlatformFreeBSD::CreateInstance (bool force, const lldb_private::ArchSpec *arch)
#if defined(__FreeBSD__) || defined(__OpenBSD__)
// Only accept "unknown" for the vendor if the host is BSD and
- // it "unknown" wasn't specified (it was just returned becasue it
+ // it "unknown" wasn't specified (it was just returned because it
// was NOT specified)
case llvm::Triple::UnknownArch:
create = !arch->TripleVendorWasSpecified();
@@ -70,7 +70,7 @@ PlatformFreeBSD::CreateInstance (bool force, const lldb_private::ArchSpec *arch)
#if defined(__FreeBSD__) || defined(__OpenBSD__)
// Only accept "unknown" for the OS if the host is BSD and
- // it "unknown" wasn't specified (it was just returned becasue it
+ // it "unknown" wasn't specified (it was just returned because it
// was NOT specified)
case llvm::Triple::UnknownOS:
create = arch->TripleOSWasSpecified();
OpenPOWER on IntegriCloud