summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-12-29 20:09:37 +0000
committerSanjay Patel <spatel@rotateright.com>2015-12-29 20:09:37 +0000
commit71fca736bc4b6dccd2e2b5598306abc6d58c5479 (patch)
tree9d631275bcd9f4aee3a59dcec2d11158fc440d59 /clang/lib/Sema/SemaDecl.cpp
parentde6d6c486031bacf3097831dd9fe95b9dab59fe9 (diff)
downloadbcm5719-llvm-71fca736bc4b6dccd2e2b5598306abc6d58c5479.tar.gz
bcm5719-llvm-71fca736bc4b6dccd2e2b5598306abc6d58c5479.zip
fix typos; NFC
llvm-svn: 256576
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
-rw-r--r--clang/lib/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index aa44f6628de..2c5516a48d6 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -795,7 +795,7 @@ Corrected:
}
// In C, we first see whether there is a tag type by the same name, in
- // which case it's likely that the user just forget to write "enum",
+ // which case it's likely that the user just forgot to write "enum",
// "struct", or "union".
if (!getLangOpts().CPlusPlus && !SecondTry &&
isTagTypeWithMissingTag(*this, Result, S, SS, Name, NameLoc)) {
OpenPOWER on IntegriCloud