[Lldb-commits] [lldb] r211296 - Test commit: Correct type in two comments.

John Wolfe jlw at xinuos.com
Thu Jun 19 12:21:53 PDT 2014


Author: jwolfe
Date: Thu Jun 19 14:21:53 2014
New Revision: 211296

URL: http://llvm.org/viewvc/llvm-project?rev=211296&view=rev
Log:
Test commit: Correct type in two comments.

Modified:
    lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp

Modified: lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp?rev=211296&r1=211295&r2=211296&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp Thu Jun 19 14:21:53 2014
@@ -50,7 +50,7 @@ PlatformFreeBSD::CreateInstance (bool fo
 
 #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 fo
 
 #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();





More information about the lldb-commits mailing list