mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix wrong comment
`ruby_strdup` does not return NULL. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dbb63aeea6
commit
1c8d23796f
1 changed files with 1 additions and 2 deletions
3
mjit.c
3
mjit.c
|
@ -220,8 +220,7 @@ real_ms_time(void)
|
|||
return tv.tv_usec / 1000.0 + tv.tv_sec * 1000.0;
|
||||
}
|
||||
|
||||
/* Make and return copy of STR in the heap. Return NULL in case of a
|
||||
failure. */
|
||||
/* Make and return copy of STR in the heap. */
|
||||
#define get_string ruby_strdup
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue