Skip to content

Commit 7219712

Browse files
author
Ikko Ashimine
authored
[APIDigester] Fix typo in ModuleAnalyzerNodes.h
correspoding -> corresponding
1 parent 446580a commit 7219712

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)