[lld] r340742 - fix comment typo

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 27 07:22:26 PDT 2018


Author: nico
Date: Mon Aug 27 07:22:25 2018
New Revision: 340742

URL: http://llvm.org/viewvc/llvm-project?rev=340742&view=rev
Log:
fix comment typo

Modified:
    lld/trunk/COFF/Symbols.h

Modified: lld/trunk/COFF/Symbols.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/Symbols.h?rev=340742&r1=340741&r2=340742&view=diff
==============================================================================
--- lld/trunk/COFF/Symbols.h (original)
+++ lld/trunk/COFF/Symbols.h Mon Aug 27 07:22:25 2018
@@ -41,7 +41,7 @@ public:
     // The order of these is significant. We start with the regular defined
     // symbols as those are the most prevelant and the zero tag is the cheapest
     // to set. Among the defined kinds, the lower the kind is preferred over
-    // the higher kind when testing wether one symbol should take precedence
+    // the higher kind when testing whether one symbol should take precedence
     // over another.
     DefinedRegularKind = 0,
     DefinedCommonKind,




More information about the llvm-commits mailing list