Skip to content

Commit bd978a8

Browse files
authored
docs: fix spelling of support (swiftlang#47)
1 parent 4859fb6 commit bd978a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCSupport/CLibclang.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ bool libclang_scanner_scan_dependencies(
205205
/// \param argc - The number of environment bindings.
206206
/// \param envp - A null terminated array of KEY=VALUE pairs (`envp`-style).
207207
/// \returns True on success, false on failure (including if the libclang cannot
208-
/// suport).
208+
/// support).
209209
bool libclang_driver_get_actions(libclang_t wrapped_lib,
210210
int argc,
211211
char* const* argv,

0 commit comments

Comments
 (0)