Skip to content

Commit 06059cb

Browse files
[gardening] Fix recently introduced typo: "a associated" → "an associated"
1 parent 6552361 commit 06059cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)