diff options
author | Greg Clayton <gclayton@apple.com> | 2012-06-29 21:58:52 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-06-29 21:58:52 +0000 |
commit | 9a69ac5d678adf256e5a7d241ec96cd230f3b83c (patch) | |
tree | cbbf4524ffcd8dc5bd76f121633fc97f1cf8614d /lldb | |
parent | 503cd42259fd10e9788904d78b7dec7306927ca4 (diff) | |
download | bcm5719-llvm-9a69ac5d678adf256e5a7d241ec96cd230f3b83c.tar.gz bcm5719-llvm-9a69ac5d678adf256e5a7d241ec96cd230f3b83c.zip |
Spelling fixes.
llvm-svn: 159467
Diffstat (limited to 'lldb')
-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. // |