<div dir="ltr">Thanks!</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 13, 2014 at 2:40 PM, Filipe Cabecinhas <span dir="ltr"><<a href="mailto:me@filcab.net" target="_blank">me@filcab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: filcab<br>
Date: Mon Oct 13 16:40:52 2014<br>
New Revision: 219632<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=219632&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=219632&view=rev</a><br>
Log:<br>
Fix minor typos in comments.<br>
<br>
Modified:<br>
    compiler-rt/trunk/include/sanitizer/asan_interface.h<br>
    compiler-rt/trunk/include/sanitizer/common_interface_defs.h<br>
<br>
Modified: compiler-rt/trunk/include/sanitizer/asan_interface.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/sanitizer/asan_interface.h?rev=219632&r1=219631&r2=219632&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/sanitizer/asan_interface.h?rev=219632&r1=219631&r2=219632&view=diff</a><br>
==============================================================================<br>
--- compiler-rt/trunk/include/sanitizer/asan_interface.h (original)<br>
+++ compiler-rt/trunk/include/sanitizer/asan_interface.h Mon Oct 13 16:40:52 2014<br>
@@ -55,7 +55,7 @@ extern "C" {<br>
   // Otherwise returns 0.<br>
   int __asan_address_is_poisoned(void const volatile *addr);<br>
<br>
-  // If at least on byte in [beg, beg+size) is poisoned, return the address<br>
+  // If at least one byte in [beg, beg+size) is poisoned, return the address<br>
   // of the first such byte. Otherwise return 0.<br>
   void *__asan_region_is_poisoned(void *beg, size_t size);<br>
<br>
<br>
Modified: compiler-rt/trunk/include/sanitizer/common_interface_defs.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/sanitizer/common_interface_defs.h?rev=219632&r1=219631&r2=219632&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/sanitizer/common_interface_defs.h?rev=219632&r1=219631&r2=219632&view=diff</a><br>
==============================================================================<br>
--- compiler-rt/trunk/include/sanitizer/common_interface_defs.h (original)<br>
+++ compiler-rt/trunk/include/sanitizer/common_interface_defs.h Mon Oct 13 16:40:52 2014<br>
@@ -105,7 +105,7 @@ extern "C" {<br>
                                                  const void *end,<br>
                                                  const void *old_mid,<br>
                                                  const void *new_mid);<br>
-  // Returns true if the contiguous container [beg, end) ir properly poisoned<br>
+  // Returns true if the contiguous container [beg, end) is properly poisoned<br>
   // (e.g. with __sanitizer_annotate_contiguous_container), i.e. if<br>
   //  - [beg, mid) is addressable,<br>
   //  - [mid, end) is unaddressable.<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Alexey Samsonov<br><a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a></div>
</div>