diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 06:12:49 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 06:12:49 +0000 |
commit | 533777f257fba1fe899580865a1eecc9aa007f39 (patch) | |
tree | 0584f178b67644b3e2c25420b2259b6b3a802429 /clang/lib/Parse/ParseDecl.cpp | |
parent | bb703e89602acdf4a80f6dd8240422cba451f6bd (diff) | |
download | bcm5719-llvm-533777f257fba1fe899580865a1eecc9aa007f39.tar.gz bcm5719-llvm-533777f257fba1fe899580865a1eecc9aa007f39.zip |
fix trivial typos in comments; NFC
llvm-svn: 306969
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
-rw-r--r-- | clang/lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |