aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-05-24 14:31:53 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-05-24 14:32:30 +0900
commit54d5b599e850c08f92581645c56e4f5ccf20eb45 (patch)
treebfdf78adb13bce8575490279a85569911e9e41c0 /internal.h
parent25415780964f2a104523318f3ceef389bfae6e94 (diff)
downloadruby-54d5b599e850c08f92581645c56e4f5ccf20eb45.tar.gz
Fix typos [ci skip]
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h
index bf57094db0..e986098a56 100644
--- a/internal.h
+++ b/internal.h
@@ -134,7 +134,7 @@ extern "C" {
* reuse.
*
* \param[in] ptr pointer to the beginning of the memory region to poison.
- * \param[in] size the length og the memory region to poison.
+ * \param[in] size the length of the memory region to poison.
*/
static inline void
asan_poison_memory_region(const volatile void *ptr, size_t size)
@@ -181,7 +181,7 @@ asan_poisoned_object_p(VALUE obj)
* immediately.
*
* \param[in] ptr pointer to the beginning of the memory region to unpoison.
- * \param[in] size the length og the memory region.
+ * \param[in] size the length of the memory region.
* \param[in] malloc_p if the memory region is like a malloc's return value or not.
*/
static inline void