Skip to content

Commit 7306318

Browse files
committed
Merge pull request #1299 from practicalswift/typo-fixes-20160213
[gardening] Fix recently introduced typos: "a associated" → "an associated", "assocated" → "associated"
2 parents e95832d + 45e7be0 commit 7306318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/IRGen/IRGenModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class IRGenModuleDispatcher {
213213
/// Emit field type records for nominal types for reflection purposes.
214214
void emitFieldTypeMetadataRecords();
215215

216-
/// Emit assocated type references for nominal types for reflection purposes.
216+
/// Emit associated type references for nominal types for reflection purposes.
217217
void emitAssociatedTypeMetadataRecords();
218218

219219
/// Emit everything which is reachable from already emitted IR.

tools/swift-reflection-test/swift-reflection-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static int doDumpReflectionSections(std::string BinaryFilename,
116116

117117
if (associatedTypeSectionRef.getObject() == nullptr) {
118118
std::cerr << BinaryFilename;
119-
std::cerr << " doesn't have a associated type reflection section!\n";
119+
std::cerr << " doesn't have an associated type reflection section!\n";
120120
return EXIT_FAILURE;
121121
}
122122

0 commit comments

Comments
 (0)