We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e54b97 commit d3780f7Copy full SHA for d3780f7
lib/TBDGen/TBDGen.cpp
@@ -269,7 +269,7 @@ getLinkerPlatformName(OriginallyDefinedInAttr::ActiveVersion Ver) {
269
return getLinkerPlatformName((uint8_t)getLinkerPlatformId(Ver));
270
}
271
272
-/// Find the most relevant introducing version of the decl stack we have visted
+/// Find the most relevant introducing version of the decl stack we have visited
273
/// so far.
274
static Optional<llvm::VersionTuple>
275
getInnermostIntroVersion(ArrayRef<Decl*> DeclStack, PlatformKind Platform) {
0 commit comments