]> granicus.if.org Git - clang/commitdiff
Fix typo in comment
authorNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2019 14:19:16 +0000 (14:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2019 14:19:16 +0000 (14:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350724 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index ab87704a40fb1362fcd8f8870bd362843f9e0b18..c79ca74d3213bf6d348c953573f10d12ae69161d 100644 (file)
@@ -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