1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-05-24 14:31:53 +09:00
parent 2541578096
commit 54d5b599e8
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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