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 3d18cab commit 953b22eCopy full SHA for 953b22e
lldb/source/Plugins/Language/Swift/SwiftLanguage.cpp
@@ -143,7 +143,7 @@ SwiftLanguage::GetMethodNameVariants(ConstString method_name) const {
143
// breakpoints on accessor blocks by name.
144
//
145
// By default, the name `A.B` is treated as a fully qualified name, where `B`
146
- // is the basename. However, some names can be interpretted in two ways, for
+ // is the basename. However, some names can be interpreted in two ways, for
147
// example `A.get`. First, it can refer to the name `get` (in module `A`, or
148
// in type `A`). Second, it can refer the *getter* block for property `A`.
149
// LLDB's baseline behavior handles the first case. The second case is
0 commit comments