Skip to content

Commit d48f65f

Browse files
author
Ikko Eltociear Ashimine
authored
[AST] fix typo in PluginRegistry.h
exectuable -> executable
1 parent c06fe98 commit d48f65f

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)