Skip to content

Commit 953b22e

Browse files
committed
fix typo
1 parent 3d18cab commit 953b22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Language/Swift/SwiftLanguage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ SwiftLanguage::GetMethodNameVariants(ConstString method_name) const {
143143
// breakpoints on accessor blocks by name.
144144
//
145145
// 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
146+
// is the basename. However, some names can be interpreted in two ways, for
147147
// example `A.get`. First, it can refer to the name `get` (in module `A`, or
148148
// in type `A`). Second, it can refer the *getter* block for property `A`.
149149
// LLDB's baseline behavior handles the first case. The second case is

0 commit comments

Comments
 (0)