Skip to content

Commit 1dbf3c7

Browse files
Comment gardening
1 parent e81db0a commit 1dbf3c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ bool ClangImporter::importHeader(StringRef header, ModuleDecl *adapter,
13541354

13551355
// If we've made it to here, this is some header other than the bridging
13561356
// header, which means we can no longer rely on one file's modification time
1357-
// to invalid code completion caches. :-(
1357+
// to invalidate code completion caches. :-(
13581358
Impl.setSinglePCHImport(None);
13591359

13601360
if (!cachedContents.empty() && cachedContents.back() == '\0')

lib/Sema/TypeCheckDeclObjC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ IsObjCRequest::evaluate(Evaluator &evaluator, ValueDecl *VD) const {
13931393
// Classes can be @objc.
13941394

13951395
// Protocols and enums can also be @objc, but this is covered by the
1396-
// isObjC() check a the beginning.;
1396+
// isObjC() check at the beginning.
13971397
isObjC = shouldMarkAsObjC(VD, /*allowImplicit=*/false);
13981398
} else if (auto enumDecl = dyn_cast<EnumDecl>(VD)) {
13991399
// Enums can be @objc so long as they have a raw type that is representable

0 commit comments

Comments
 (0)