aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/bindings/interface/SBFileSpec.i
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/bindings/interface/SBFileSpec.i')
-rw-r--r--contrib/llvm-project/lldb/bindings/interface/SBFileSpec.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/bindings/interface/SBFileSpec.i b/contrib/llvm-project/lldb/bindings/interface/SBFileSpec.i
index d287a940c051..b549321487ec 100644
--- a/contrib/llvm-project/lldb/bindings/interface/SBFileSpec.i
+++ b/contrib/llvm-project/lldb/bindings/interface/SBFileSpec.i
@@ -13,7 +13,7 @@ namespace lldb {
basename. The string values of the paths are put into uniqued string pools
for fast comparisons and efficient memory usage.
-For example, the following code
+For example, the following code ::
lineEntry = context.GetLineEntry()
self.expect(lineEntry.GetFileSpec().GetDirectory(), 'The line entry should have the correct directory',