]> granicus.if.org Git - clang/commitdiff
clang: Fix typo in comment
authorNico Weber <nicolasweber@gmx.de>
Wed, 21 Aug 2019 15:49:21 +0000 (15:49 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 21 Aug 2019 15:49:21 +0000 (15:49 +0000)
(Sorry for all these commits; trying to sort out why svn doesn't want to store
my password.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369540 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index 3e2657b46c4f915686d18cc5701c99448fe5b450..938606a847ea850efa2dd53b2c5cce0d52adbf72 100644 (file)
@@ -7775,7 +7775,7 @@ class BuiltinOperatorOverloadBuilder {
   static constexpr int ArithmeticTypesCap = 24;
   SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes;
 
-  // Define some indices used to iterate over the arithemetic types in
+  // Define some indices used to iterate over the arithmetic types in
   // ArithmeticTypes.  The "promoted arithmetic types" are the arithmetic
   // types are that preserved by promotion (C++ [over.built]p2).
   unsigned FirstIntegralType,