summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorcrazeteam <[email protected]>2024-03-27 00:15:40 +0800
committerHiroshi SHIBATA <[email protected]>2024-03-27 07:52:18 +0900
commitb2b665eba59e3fc9ad9656d9c74509a975db6fe8 ()
treea4639d1bd259ce0806048d1028e2144d40201eff /include/ruby
parenta7ff264477105b5dc0ade6facad4176a1b73df0b (diff)
[DOC] remove repetitive words in comments
Signed-off-by: crazeteam <[email protected]>
-rw-r--r--include/ruby/internal/intern/string.h2
1 files changed, 1 insertions, 1 deletions
@@ -454,7 +454,7 @@ VALUE rb_interned_str(const char *ptr, long len);
RBIMPL_ATTR_NONNULL(())
/**
* Identical to rb_interned_str(), except it assumes the passed pointer is a
- * pointer to a C's string. It can also be seen as a routine identical to to
* rb_str_to_interned_str(), except it takes a C's string instead of Ruby's.
* Or it can also be seen as a routine identical to rb_str_new_cstr(), except
* it returns an infamous "f"string.