]> granicus.if.org Git - clang/commitdiff
Fix pasto, thanks to Anders for pointing this out.
authorChris Lattner <sabre@nondot.org>
Mon, 21 Apr 2008 20:19:54 +0000 (20:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Apr 2008 20:19:54 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50055 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 84220b6f831577629d3121e2331c11c0dee163e7..a06d5e647fb89644216096e593695ce7cdc421fb 100644 (file)
@@ -295,7 +295,7 @@ static void getX86Defines(std::vector<char> &Defs, bool is64Bit) {
   Define(Defs, "__LDBL_MIN__", "3.36210314311209350626e-4932L");
 }
 
-/// getX86Defines - Return a set of the X86-specific #defines that are
+/// getARMDefines - Return a set of the ARM-specific #defines that are
 /// not tied to a specific subtarget.
 static void getARMDefines(std::vector<char> &Defs) {
   // Target identification.