We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de3fc03 + e9ff2b2 commit 0834925Copy full SHA for 0834925
include/swift/AST/Witness.h
@@ -187,6 +187,6 @@ class Witness {
187
void dump(llvm::raw_ostream &out) const;
188
};
189
190
-} // end namepsace swift
+} // end namespace swift
191
192
#endif // SWIFT_AST_WITNESS_H
lib/Sema/TypeCheckProtocol.cpp
@@ -991,7 +991,7 @@ RequirementEnvironment::RequirementEnvironment(
991
return;
992
}
993
994
- // Form the conformance of the interface type of the confomance context
+ // Form the conformance of the interface type of the conformance context
995
// to the requirement's enclosing protocol.
996
ProtocolConformance *specialized = conformance;
997
if (conformance && conformance->getGenericSignature()) {
0 commit comments