From: Eric Christopher Date: Wed, 26 Aug 2015 04:23:11 +0000 (+0000) Subject: Update file comment to more accurately describe what's implemented. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2584eaf24e5e411c6b49eb922ae4e05457e50a41;p=clang Update file comment to more accurately describe what's implemented. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246006 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 7c02731ca2..1baed6f7b7 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -1,4 +1,4 @@ -//===--- Targets.cpp - Implement -arch option and targets -----------------===// +//===--- Targets.cpp - Implement target feature support -------------------===// // // The LLVM Compiler Infrastructure //