Skip to content

Commit 0834925

Browse files
authored
Merge pull request #5599 from practicalswift/gardening-20161102
2 parents de3fc03 + e9ff2b2 commit 0834925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/swift/AST/Witness.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ class Witness {
187187
void dump(llvm::raw_ostream &out) const;
188188
};
189189

190-
} // end namepsace swift
190+
} // end namespace swift
191191

192192
#endif // SWIFT_AST_WITNESS_H

lib/Sema/TypeCheckProtocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ RequirementEnvironment::RequirementEnvironment(
991991
return;
992992
}
993993

994-
// Form the conformance of the interface type of the confomance context
994+
// Form the conformance of the interface type of the conformance context
995995
// to the requirement's enclosing protocol.
996996
ProtocolConformance *specialized = conformance;
997997
if (conformance && conformance->getGenericSignature()) {

0 commit comments

Comments
 (0)