[ELF] - Fix mistype in comment. NFC.

llvm-svn: 321403
This commit is contained in:
George Rimar 2017-12-23 16:34:58 +00:00
parent 55b663431e
commit d70da0e55f
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public:
Size(Size), VerdefIndex(VerdefIndex), Alignment(Alignment) {
// GNU ifunc is a mechanism to allow user-supplied functions to
// resolve PLT slot values at load-time. This is contrary to the
// regualr symbol resolution scheme in which symbols are resolved just
// regular symbol resolution scheme in which symbols are resolved just
// by name. Using this hook, you can program how symbols are solved
// for you program. For example, you can make "memcpy" to be resolved
// to a SSE-enabled version of memcpy only when a machine running the