Skip to content

Commit 4764ad7

Browse files
committed
Fix typos/needless whitespace
1 parent 81dfb75 commit 4764ad7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/IRGen/GenClass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ void IRGenModule::emitClassDecl(ClassDecl *D) {
10651065
if (!isEmbeddedWithExistentials && !D->isGenericContext()) {
10661066
emitEmbeddedClassMetadata(*this, D);
10671067
} else {
1068-
// We create all metadata lazyly in embedded with existentials mode.
1068+
// We create all metadata lazily in embedded with existentials mode.
10691069
return;
10701070
}
10711071
}

lib/IRGen/GenMeta.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5398,7 +5398,6 @@ diagnoseUnsupportedObjCImplLayout(IRGenModule &IGM, ClassDecl *classDecl,
53985398
void irgen::emitClassMetadata(IRGenModule &IGM, ClassDecl *classDecl,
53995399
const ClassLayout &fragileLayout,
54005400
const ClassLayout &resilientLayout) {
5401-
54025401
assert(!classDecl->isForeign());
54035402
PrettyStackTraceDecl stackTraceRAII("emitting metadata for", classDecl);
54045403

0 commit comments

Comments
 (0)