Thanks to Benjamin Kramer for noticing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273959
91177308-0d34-0410-b5e6-
96231b3b80d8
// 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,