aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBFileSpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBFileSpec.h')
-rw-r--r--include/lldb/API/SBFileSpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/API/SBFileSpec.h b/include/lldb/API/SBFileSpec.h
index 5d4447f74e64..d262b98d0fd7 100644
--- a/include/lldb/API/SBFileSpec.h
+++ b/include/lldb/API/SBFileSpec.h
@@ -21,7 +21,7 @@ public:
SBFileSpec (const lldb::SBFileSpec &rhs);
- SBFileSpec (const char *path);// Deprected, use SBFileSpec (const char *path, bool resolve)
+ SBFileSpec (const char *path);// Deprecated, use SBFileSpec (const char *path, bool resolve)
SBFileSpec (const char *path, bool resolve);