[前][次][番号順一覧][スレッド一覧]

ruby-changes:55812

From: Kazuhiro <ko1@a...>
Date: Fri, 24 May 2019 14:59:29 +0900 (JST)
Subject: [ruby-changes:55812] Kazuhiro NISHIYAMA: 54d5b599e8 (trunk): Fix typos [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=54d5b599e8

From 54d5b599e850c08f92581645c56e4f5ccf20eb45 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 24 May 2019 14:31:53 +0900
Subject: Fix typos [ci skip]


diff --git a/internal.h b/internal.h
index bf57094..e986098 100644
--- a/internal.h
+++ b/internal.h
@@ -134,7 +134,7 @@ extern "C" { https://github.com/ruby/ruby/blob/trunk/internal.h#L134
  * 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) https://github.com/ruby/ruby/blob/trunk/internal.h#L181
  * 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]