summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNB.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/DNB.h')
-rw-r--r--lldb/tools/debugserver/source/DNB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/DNB.h b/lldb/tools/debugserver/source/DNB.h
index 6b9268ca24e..177c4bdfffe 100644
--- a/lldb/tools/debugserver/source/DNB.h
+++ b/lldb/tools/debugserver/source/DNB.h
@@ -39,7 +39,7 @@ nub_bool_t DNBSetArchitecture (const char *arch);
nub_process_t DNBProcessLaunch (const char *path,
char const *argv[],
const char *envp[],
- const char *working_directory, // NULL => dont' change, non-NULL => set working directory for inferior to this
+ const char *working_directory, // NULL => don't change, non-NULL => set working directory for inferior to this
const char *stdin_path,
const char *stdout_path,
const char *stderr_path,
OpenPOWER on IntegriCloud