summaryrefslogtreecommitdiffstats
path: root/compiler-rt/include/sanitizer/common_interface_defs.h
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2014-10-13 21:40:52 +0000
committerFilipe Cabecinhas <me@filcab.net>2014-10-13 21:40:52 +0000
commit830c45e5de51008425b945c798a3b8e42cb5cf98 (patch)
tree52d73c47ff2ddd99b3081817f9659d4574b0532e /compiler-rt/include/sanitizer/common_interface_defs.h
parentfd989c9aeebf8c1e190802f628410f738a9c434c (diff)
downloadbcm5719-llvm-830c45e5de51008425b945c798a3b8e42cb5cf98.tar.gz
bcm5719-llvm-830c45e5de51008425b945c798a3b8e42cb5cf98.zip
Fix minor typos in comments.
llvm-svn: 219632
Diffstat (limited to 'compiler-rt/include/sanitizer/common_interface_defs.h')
-rw-r--r--compiler-rt/include/sanitizer/common_interface_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/include/sanitizer/common_interface_defs.h b/compiler-rt/include/sanitizer/common_interface_defs.h
index 082a931ffe2..deb053d94d7 100644
--- a/compiler-rt/include/sanitizer/common_interface_defs.h
+++ b/compiler-rt/include/sanitizer/common_interface_defs.h
@@ -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.
OpenPOWER on IntegriCloud