1
0
Fork 0
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:
kazu 2018-02-06 13:58:04 +00:00
parent dbb63aeea6
commit 1c8d23796f

3
mjit.c
View file

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