[lld] r321403 - [ELF] - Fix mistype in comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 23 08:34:58 PST 2017


Author: grimar
Date: Sat Dec 23 08:34:58 2017
New Revision: 321403

URL: http://llvm.org/viewvc/llvm-project?rev=321403&view=rev
Log:
[ELF] - Fix mistype in comment. NFC.

Modified:
    lld/trunk/ELF/Symbols.h

Modified: lld/trunk/ELF/Symbols.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Symbols.h?rev=321403&r1=321402&r2=321403&view=diff
==============================================================================
--- lld/trunk/ELF/Symbols.h (original)
+++ lld/trunk/ELF/Symbols.h Sat Dec 23 08:34:58 2017
@@ -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




More information about the llvm-commits mailing list