Fix a typo

This commit is contained in:
Nobuyoshi Nakada 2023-02-01 22:45:45 +09:00
parent 9445a14d31
commit 62146d3cee
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

2
ruby.c
View File

@ -1798,7 +1798,7 @@ copy_str(VALUE str, rb_encoding *enc, bool intern)
return rb_enc_interned_str(RSTRING_PTR(str), RSTRING_LEN(str), enc);
}
#ifdef USE_YJIT
#if USE_YJIT
// Check that an environment variable is set to a truthy value
static bool
env_var_truthy(const char *name)