[llvm] r243918 - Docs: s/Sanitiser/Sanitizer/ for consistency

Alexey Samsonov vonosmas at gmail.com
Mon Aug 3 17:03:35 PDT 2015


Thank you!

On Mon, Aug 3, 2015 at 4:25 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:

> Author: mehdi_amini
> Date: Mon Aug  3 18:25:46 2015
> New Revision: 243918
>
> URL: http://llvm.org/viewvc/llvm-project?rev=243918&view=rev
> Log:
> Docs: s/Sanitiser/Sanitizer/ for consistency
>
> From: Mehdi Amini <mehdi.amini at apple.com>
>
> Modified:
>     llvm/trunk/docs/GettingStarted.rst
>
> Modified: llvm/trunk/docs/GettingStarted.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=243918&r1=243917&r2=243918&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/GettingStarted.rst (original)
> +++ llvm/trunk/docs/GettingStarted.rst Mon Aug  3 18:25:46 2015
> @@ -49,13 +49,13 @@ Here's the short story for getting up an
>     * ``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 (re
>    % 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
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150803/afb62d60/attachment.html>


More information about the llvm-commits mailing list