Fix pasto, thanks to Anders for pointing this out.

llvm-svn: 50055
This commit is contained in:
Chris Lattner 2008-04-21 20:19:54 +00:00
parent dc90919d2b
commit 0dcd9aa8fd
1 changed files with 1 additions and 1 deletions

View 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.