swift-api-digester: Minor typos

This commit is contained in:
Slava Pestov
2018-10-15 17:47:03 -07:00
parent 91fc404d4f
commit 7c6a6bd724
2 changed files with 2 additions and 2 deletions

View File

@@ -788,7 +788,7 @@ static bool isSDKNodeEqual(SDKContext &Ctx, const SDKNode &L, const SDKNode &R)
}
}
llvm_unreachable("Unhanlded SDKNodeKind in switch.");
llvm_unreachable("Unhandled SDKNodeKind in switch.");
}
bool SDKContext::isEqual(const SDKNode &Left, const SDKNode &Right) {