diff options
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
-rw-r--r-- | clang/lib/Sema/SemaExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp index 92cfc5a4c8d..67e839c7e59 100644 --- a/clang/lib/Sema/SemaExpr.cpp +++ b/clang/lib/Sema/SemaExpr.cpp @@ -2103,7 +2103,7 @@ ExprResult Sema::ActOnIdExpression(Scope *S, return E; } - // Don't diagnose an empty lookup for inline assmebly. + // Don't diagnose an empty lookup for inline assembly. if (IsInlineAsmIdentifier) return ExprError(); |