fix comment typo

llvm-svn: 340742
This commit is contained in:
Nico Weber 2018-08-27 14:22:25 +00:00
parent f645927875
commit c7bad5767b
1 changed files with 1 additions and 1 deletions

View File

@ -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,