From: Mehdi Amini Date: Mon, 3 Aug 2015 23:25:46 +0000 (+0000) Subject: Docs: s/Sanitiser/Sanitizer/ for consistency X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ec0bf42c16e32436e24338d95c0c1f7275714df1;ds=sidebyside Docs: s/Sanitiser/Sanitizer/ for consistency From: Mehdi Amini git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243918 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 3f60ee4dbe0..18ddfa8cea3 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -49,13 +49,13 @@ Here's the short story for getting up and running quickly with LLVM: * ``cd llvm/tools`` * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang`` -#. Checkout Compiler-RT (required to build the sanitisers): +#. Checkout Compiler-RT (required to build the sanitizers): * ``cd where-you-want-llvm-to-live`` * ``cd llvm/projects`` * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt`` -#. Checkout libcxx and libcxxabi (required if you want to use the sanitisers +#. Checkout libcxx and libcxxabi (required if you want to use the sanitizers on C++ code): * ``cd where-you-want-llvm-to-live`` @@ -529,7 +529,7 @@ If you want to check out clang too, run: % cd llvm/tools % git clone http://llvm.org/git/clang.git -If you want to check out compiler-rt (required to build the sanitisers), run: +If you want to check out compiler-rt (required to build the sanitizers), run: .. code-block:: console @@ -537,7 +537,7 @@ If you want to check out compiler-rt (required to build the sanitisers), run: % git clone http://llvm.org/git/compiler-rt.git If you want to check out libcxx and libcxxabi (required if you want to use the -sanitisers on C++ code), run: +sanitizers on C++ code), run: .. code-block:: console