aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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