From 23b95f06e1a76cdde2e239b9f235a7772fe4c90f Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 12 Mar 2014 23:43:15 +0000 Subject: Don’t put Radar numbers in code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llvm-svn: 203737 --- lldb/source/Expression/ClangFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Expression/ClangFunction.cpp') diff --git a/lldb/source/Expression/ClangFunction.cpp b/lldb/source/Expression/ClangFunction.cpp index 1085acf35ad..f856f726696 100644 --- a/lldb/source/Expression/ClangFunction.cpp +++ b/lldb/source/Expression/ClangFunction.cpp @@ -518,7 +518,7 @@ ClangFunction::ExecuteFunction( if (!call_plan_sp) return eExecutionSetupError; - // we need to make sure we record the fact that we are running an expression here + // We need to make sure we record the fact that we are running an expression here // otherwise this fact will fail to be recorded when fetching an Objective-C object description if (exe_ctx.GetProcessPtr()) exe_ctx.GetProcessPtr()->SetRunningUserExpression(true); -- cgit v1.2.3