[Lldb-commits] [lldb] r159467 - /lldb/trunk/include/lldb/Utility/CleanUp.h
Greg Clayton
gclayton at apple.com
Fri Jun 29 14:58:52 PDT 2012
Author: gclayton
Date: Fri Jun 29 16:58:52 2012
New Revision: 159467
URL: http://llvm.org/viewvc/llvm-project?rev=159467&view=rev
Log:
Spelling fixes.
Modified:
lldb/trunk/include/lldb/Utility/CleanUp.h
Modified: lldb/trunk/include/lldb/Utility/CleanUp.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/CleanUp.h?rev=159467&r1=159466&r2=159467&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/CleanUp.h (original)
+++ lldb/trunk/include/lldb/Utility/CleanUp.h Fri Jun 29 16:58:52 2012
@@ -31,7 +31,7 @@
// 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.
//
More information about the lldb-commits
mailing list