Fix typos

llvm-svn: 210328
diff --git a/clang/lib/Sema/SemaDeclCXX.cpp b/clang/lib/Sema/SemaDeclCXX.cpp
index 36e353e..3f8034a 100644
--- a/clang/lib/Sema/SemaDeclCXX.cpp
+++ b/clang/lib/Sema/SemaDeclCXX.cpp
@@ -4408,7 +4408,7 @@
         } else if (!MD->isTrivial() || MD->isExplicitlyDefaulted() ||
                    MD->isCopyAssignmentOperator() ||
                    MD->isMoveAssignmentOperator()) {
-          // Instantiate non-trival or explicitly defaulted methods, and the
+          // Instantiate non-trivial or explicitly defaulted methods, and the
           // copy assignment / move assignment operators.
           S.MarkFunctionReferenced(Class->getLocation(), MD);
           // Resolve its exception specification; CodeGen needs it.