From db5ae6785ce25cea3bc3e97dab2c5a935011fc27 Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Wed, 13 Feb 2019 18:18:25 +0200 Subject: [PATCH] Fix a typo --- llvm/docs/GettingStarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index f528bc6014fad..242def080e008 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -553,7 +553,7 @@ Local LLVM Configuration ------------------------ Once checked out repository, the LLVM suite source code must be configured -before being built. This process uses CMake. Unlinke the normal ``configure`` +before being built. This process uses CMake. Unlike the normal ``configure`` script, CMake generates the build files in whatever format you request as well as various ``*.inc`` files, and ``llvm/include/Config/config.h``.