Skip to content

Commit 6f0d8fd

Browse files
committed
Fix comment grammar mistake
1 parent b9e07a3 commit 6f0d8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionSourceCode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ Status SwiftExpressionSourceCode::GetText(
650650
bool is_simulator = platform->GetPluginName().ends_with("-simulator");
651651
if (is_simulator) {
652652
// The simulators look like the host OS to Process, but Platform
653-
// can the version out of an environment variable.
653+
// can get the version out of an environment variable.
654654
os_vers << platform->GetOSVersion(process_sp.get()).getAsString();
655655
} else {
656656
llvm::VersionTuple version = process_sp->GetHostOSVersion();

0 commit comments

Comments
 (0)