diff options
| -rw-r--r-- | lldb/include/lldb/Utility/CleanUp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Utility/CleanUp.h b/lldb/include/lldb/Utility/CleanUp.h index 8597293e331..ab15d1999b7 100644 --- a/lldb/include/lldb/Utility/CleanUp.h +++ b/lldb/include/lldb/Utility/CleanUp.h @@ -31,7 +31,7 @@ namespace lldb_utility {  // into T.  //  // The cleanup function must take one argument that is of type T.  -// The calback fucntion return type is R. The return value is currently +// The calback function return type is R. The return value is currently  // needed for "CallbackType". If there is an easy way to get around the  // need for the return value we can change this class.  //  | 

