From 533777f257fba1fe899580865a1eecc9aa007f39 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Sun, 2 Jul 2017 06:12:49 +0000 Subject: fix trivial typos in comments; NFC llvm-svn: 306969 --- clang/lib/Parse/ParseDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Parse/ParseDecl.cpp') diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp index 07054546f42..a4610698c46 100644 --- a/clang/lib/Parse/ParseDecl.cpp +++ b/clang/lib/Parse/ParseDecl.cpp @@ -6650,7 +6650,7 @@ void Parser::ParseTypeofSpecifier(DeclSpec &DS) { return; } - // If we get here, the operand to the typeof was an expresion. + // If we get here, the operand to the typeof was an expression. if (Operand.isInvalid()) { DS.SetTypeSpecError(); return; -- cgit v1.2.3