Skip to content

Commit bdc6a27

Browse files
authored
Merge pull request #68343 from eltociear/patch-44
[AST] fix typo in PluginRegistry.h
2 parents acc6c10 + d48f65f commit bdc6a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/PluginRegistry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class LoadedLibraryPlugin {
4040
void *getAddressOfSymbol(const char *symbolName);
4141
};
4242

43-
/// Represent a "resolved" exectuable plugin.
43+
/// Represent a "resolved" executable plugin.
4444
///
4545
/// Plugin clients usually deal with this object to communicate with the actual
4646
/// plugin implementation.

0 commit comments

Comments
 (0)