From 54d5b599e850c08f92581645c56e4f5ccf20eb45 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 24 May 2019 14:31:53 +0900 Subject: [PATCH] Fix typos [ci skip] --- internal.h | 4 ++-- 1 file 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