Fix typo in comment

llvm-svn: 350724
This commit is contained in:
Nico Weber 2019-01-09 14:19:16 +00:00
parent 6b4cc66f9a
commit b08d34d7c3
1 changed files with 1 additions and 1 deletions

View 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