summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-07-07 14:04:40 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-07-07 14:04:40 +0000
commitae4c026765cfa7cb194490e6e0ba6d8747771fd8 (patch)
treefb9a836f45493812cd52a7022e62594cfb2bf463 /lldb/tools/lldb-mi/MIUtilSingletonHelper.h
parent05cbccc649f5108d4b28ebc79495e62f82233000 (diff)
downloadbcm5719-llvm-ae4c026765cfa7cb194490e6e0ba6d8747771fd8.tar.gz
bcm5719-llvm-ae4c026765cfa7cb194490e6e0ba6d8747771fd8.zip
[lldb-mi] Fix typos
llvm-svn: 241585
Diffstat (limited to 'lldb/tools/lldb-mi/MIUtilSingletonHelper.h')
-rw-r--r--lldb/tools/lldb-mi/MIUtilSingletonHelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MIUtilSingletonHelper.h b/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
index 5bd879e1aa9..19cc3a92e82 100644
--- a/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
+++ b/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
@@ -24,7 +24,7 @@ namespace MI
// MI components (singletons) required by a client module.
// Type: Template method.
// Args: vErrorResrcId - (R) The string resource ID error message identifier to place in errMsg.
-// vwrbOk - (RW) On input True = Try to initalise MI driver module.
+// vwrbOk - (RW) On input True = Try to initialize MI driver module.
// On output True = MI driver module initialise successfully.
// vwrErrMsg - (W) MI driver module initialise error description on failure.
// Return: MIstatus::success - Functional succeeded.
@@ -46,7 +46,7 @@ ModuleInit(const MIint vErrorResrcId, bool &vwrbOk, CMIUtilString &vwrErrMsg)
}
//++ ============================================================================
-// Details: Short cut helper function to simplify repeated shutodown of
+// Details: Short cut helper function to simplify repeated shutdown of
// MI components (singletons) required by a client module.
// Type: Template method.
// Args: vErrorResrcId - (R) The string resource ID error message identifier
OpenPOWER on IntegriCloud