From: Rafael Espindola Date: Mon, 27 Jun 2016 23:21:07 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e49c0d4a22d4112f6f2066d6ae9225332dbb6d7;p=llvm Fix typo. Thanks to Benjamin Kramer for noticing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273959 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsISelLowering.cpp b/lib/Target/Mips/MipsISelLowering.cpp index 94b0ad9143e..f155c2a6fda 100644 --- a/lib/Target/Mips/MipsISelLowering.cpp +++ b/lib/Target/Mips/MipsISelLowering.cpp @@ -1766,7 +1766,7 @@ SDValue MipsTargetLowering::lowerGlobalAddress(SDValue Op, // Every other architecture would use shouldAssumeDSOLocal in here, but // mips is special. - // * In PIC code mips requires got loads oven for local statics! + // * In PIC code mips requires got loads even for local statics! // * To save on got entries, for local statics the got entry contains the // page and an additional add instruction takes care of the low bits. // * It is legal to access a hidden symbol with a non hidden undefined,