Skip to content

Commit ff0c90f

Browse files
authored
Merge pull request swiftlang#37718 from eltociear/patch-18
2 parents a8ae952 + 7219712 commit ff0c90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/APIDigester/ModuleAnalyzerNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ class SDKNodeTypeNominal : public SDKNodeType {
464464
StringRef USR;
465465
public:
466466
SDKNodeTypeNominal(SDKNodeInitInfo Info);
467-
// Get the usr of the correspoding nominal type decl.
467+
// Get the usr of the corresponding nominal type decl.
468468
StringRef getUsr() const { return USR; }
469469
static bool classof(const SDKNode *N);
470470
void jsonize(json::Output &Out) override;

0 commit comments

Comments
 (0)