r350724 - Fix typo in comment
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 9 06:19:16 PST 2019
Author: nico
Date: Wed Jan 9 06:19:16 2019
New Revision: 350724
URL: http://llvm.org/viewvc/llvm-project?rev=350724&view=rev
Log:
Fix typo in comment
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=350724&r1=350723&r2=350724&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Wed Jan 9 06:19:16 2019
@@ -4819,7 +4819,7 @@ public:
ImplicitExceptionSpecification
ComputeDefaultedCopyCtorExceptionSpec(CXXMethodDecl *MD);
- /// Determine what sort of exception specification a defautled
+ /// Determine what sort of exception specification a defaulted
/// copy assignment operator of a class will have, and whether the
/// parameter will be const.
ImplicitExceptionSpecification
More information about the cfe-commits
mailing list