[compiler-rt] r219632 - Fix minor typos in comments.

Alexey Samsonov vonosmas at gmail.com
Mon Oct 13 15:44:13 PDT 2014


Thanks!

On Mon, Oct 13, 2014 at 2:40 PM, Filipe Cabecinhas <me at filcab.net> wrote:

> Author: filcab
> Date: Mon Oct 13 16:40:52 2014
> New Revision: 219632
>
> URL: http://llvm.org/viewvc/llvm-project?rev=219632&view=rev
> Log:
> Fix minor typos in comments.
>
> Modified:
>     compiler-rt/trunk/include/sanitizer/asan_interface.h
>     compiler-rt/trunk/include/sanitizer/common_interface_defs.h
>
> Modified: compiler-rt/trunk/include/sanitizer/asan_interface.h
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/sanitizer/asan_interface.h?rev=219632&r1=219631&r2=219632&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/include/sanitizer/asan_interface.h (original)
> +++ compiler-rt/trunk/include/sanitizer/asan_interface.h Mon Oct 13
> 16:40:52 2014
> @@ -55,7 +55,7 @@ extern "C" {
>    // Otherwise returns 0.
>    int __asan_address_is_poisoned(void const volatile *addr);
>
> -  // If at least on byte in [beg, beg+size) is poisoned, return the
> address
> +  // If at least one byte in [beg, beg+size) is poisoned, return the
> address
>    // of the first such byte. Otherwise return 0.
>    void *__asan_region_is_poisoned(void *beg, size_t size);
>
>
> Modified: compiler-rt/trunk/include/sanitizer/common_interface_defs.h
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/sanitizer/common_interface_defs.h?rev=219632&r1=219631&r2=219632&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/include/sanitizer/common_interface_defs.h (original)
> +++ compiler-rt/trunk/include/sanitizer/common_interface_defs.h Mon Oct 13
> 16:40:52 2014
> @@ -105,7 +105,7 @@ extern "C" {
>                                                   const void *end,
>                                                   const void *old_mid,
>                                                   const void *new_mid);
> -  // Returns true if the contiguous container [beg, end) ir properly
> poisoned
> +  // Returns true if the contiguous container [beg, end) is properly
> poisoned
>    // (e.g. with __sanitizer_annotate_contiguous_container), i.e. if
>    //  - [beg, mid) is addressable,
>    //  - [mid, end) is unaddressable.
>
>
> _______________________________________________
> 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/20141013/4259d275/attachment.html>


More information about the llvm-commits mailing list