From 7c9b2fdf1920b2e7b9f8f353dd70041cfc44473f Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 12 Jan 2012 01:26:51 +0000 Subject: [PATCH] Formatting. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147988 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index f48157f48c..46a50e555b 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -863,7 +863,7 @@ CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method, } /// CollectCXXMemberFunctions - A helper function to collect debug info for -/// C++ member functions.This is used while creating debug info entry for +/// C++ member functions. This is used while creating debug info entry for /// a Record. void CGDebugInfo:: CollectCXXMemberFunctions(const CXXRecordDecl *RD, llvm::DIFile Unit, -- 2.50.1