From: Eric Christopher Date: Fri, 7 Aug 2015 19:07:08 +0000 (+0000) Subject: Update a comment to be more descriptive. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30f14cf0af9c80ea90125e2e2230099d3d9e6356;p=clang Update a comment to be more descriptive. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244346 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 5db39e73ea..7f08e9d3bc 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -7503,7 +7503,7 @@ static TargetInfo *AllocateTarget(const llvm::Triple &Triple) { } /// CreateTargetInfo - Return the target info object for the specified target -/// triple. +/// options. TargetInfo * TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags, const std::shared_ptr &Opts) {