diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -92,7 +92,7 @@ * ``cmake --build build [--target ]`` or the build system specified above directly. - * The default target (i.e. ``cmake --build .`` or ``make``) will build all of + * The default target (i.e. ``cmake --build build`` or ``make``) will build all of LLVM. * The ``check-all`` target (i.e. ``ninja check-all``) will run the