We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e07a3 commit 6f0d8fdCopy full SHA for 6f0d8fd
lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionSourceCode.cpp
@@ -650,7 +650,7 @@ Status SwiftExpressionSourceCode::GetText(
650
bool is_simulator = platform->GetPluginName().ends_with("-simulator");
651
if (is_simulator) {
652
// The simulators look like the host OS to Process, but Platform
653
- // can the version out of an environment variable.
+ // can get the version out of an environment variable.
654
os_vers << platform->GetOSVersion(process_sp.get()).getAsString();
655
} else {
656
llvm::VersionTuple version = process_sp->GetHostOSVersion();
0 commit comments