r369540 - clang: Fix typo in comment
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 21 08:49:21 PDT 2019
Author: nico
Date: Wed Aug 21 08:49:21 2019
New Revision: 369540
URL: http://llvm.org/viewvc/llvm-project?rev=369540&view=rev
Log:
clang: Fix typo in comment
(Sorry for all these commits; trying to sort out why svn doesn't want to store
my password.)
Modified:
cfe/trunk/lib/Sema/SemaOverload.cpp
Modified: cfe/trunk/lib/Sema/SemaOverload.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOverload.cpp?rev=369540&r1=369539&r2=369540&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOverload.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOverload.cpp Wed Aug 21 08:49:21 2019
@@ -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,
More information about the cfe-commits
mailing list