From 846c5dfa30ad8b2e9a0d5953a7f93a937d268fd2 Mon Sep 17 00:00:00 2001 From: xlxs4 Date: Sat, 23 Apr 2022 23:54:33 +0300 Subject: [PATCH] Correct typo in devdocs gc-sa --- doc/src/devdocs/gc-sa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/devdocs/gc-sa.md b/doc/src/devdocs/gc-sa.md index 2456575335c1b..ffbb7451fce5f 100644 --- a/doc/src/devdocs/gc-sa.md +++ b/doc/src/devdocs/gc-sa.md @@ -2,7 +2,7 @@ ## Running the analysis -The analyzer plugin that drives the anlysis ships with julia. Its +The analyzer plugin that drives the analysis ships with julia. Its source code can be found in `src/clangsa`. Running it requires the clang dependency to be build. Set the `BUILD_LLVM_CLANG` variable in your Make.user in order to build an appropriate version of clang.