aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Utility/CleanUp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/CleanUp.h')
-rw-r--r--include/lldb/Utility/CleanUp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lldb/Utility/CleanUp.h b/include/lldb/Utility/CleanUp.h
index ab15d1999b7d..9dd3ca5fe12b 100644
--- a/include/lldb/Utility/CleanUp.h
+++ b/include/lldb/Utility/CleanUp.h
@@ -27,7 +27,7 @@ namespace lldb_utility {
// file descriptors, opaque handles, pointers, etc). If more complex
// type T objects are desired, we need to probably specialize this class
// to take "const T&" for all input T parameters. Yet if a type T is
-// complex already it might be better to build the cleanup funcionality
+// complex already it might be better to build the cleanup functionality
// into T.
//
// The cleanup function must take one argument that is of type T.
@@ -163,7 +163,7 @@ public:
//----------------------------------------------------------------------
// Cancels the cleanup that would have been called on "m_current_value"
// if it was valid. This function can be used to release the value
- // contained in this object so ownership can be transfered to the caller.
+ // contained in this object so ownership can be transferred to the caller.
//----------------------------------------------------------------------
value_type
release ()
@@ -296,7 +296,7 @@ public:
//----------------------------------------------------------------------
// Cancels the cleanup that would have been called on "m_current_value"
// if it was valid. This function can be used to release the value
- // contained in this object so ownership can be transfered to the caller.
+ // contained in this object so ownership can be transferred to the caller.
//----------------------------------------------------------------------
value_type
release ()