Skip to content

Commit 9458e0b

Browse files
committed
ZJIT: Fix typo in comment
1 parent d66ffaf commit 9458e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zjit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ static inline void rb_zjit_cme_invalidate(const rb_callable_method_entry_t *cme)
3333
static inline void rb_zjit_invalidate_ep_is_bp(const rb_iseq_t *iseq) {}
3434
static inline void rb_zjit_constant_state_changed(ID id) {}
3535
static inline void rb_zjit_before_ractor_spawn(void) {}
36-
#endif // #if USE_YJIT
36+
#endif // #if USE_ZJIT
3737

3838
#endif // #ifndef ZJIT_H

0 commit comments

Comments
 (0)