aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/yjit.rs
diff options
context:
space:
mode:
authorAlan Wu <alanwu@ruby-lang.org>2023-02-02 16:16:45 -0500
committerAlan Wu <alanwu@ruby-lang.org>2023-02-02 16:16:45 -0500
commit92ac5f686b72942c9709a8f3e07f45f6a44ebc6b (patch)
treec5e270ce94daf68757f534912f89dd3429a9578b /yjit/src/yjit.rs
parent3b83b265f11965582d4b9b439eff8a501792ab68 (diff)
downloadruby-92ac5f686b72942c9709a8f3e07f45f6a44ebc6b.tar.gz
Fix typos in YJIT [ci skip]
Diffstat (limited to 'yjit/src/yjit.rs')
-rw-r--r--yjit/src/yjit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/yjit.rs b/yjit/src/yjit.rs
index 305778a939..bfd3060f46 100644
--- a/yjit/src/yjit.rs
+++ b/yjit/src/yjit.rs
@@ -73,7 +73,7 @@ pub extern "C" fn rb_yjit_init_rust() {
/// rb_bug() might not be as good at printing a call trace as Rust's stdlib, but
/// it dumps some other info that might be relevant.
///
-/// In case we want to do start doing fancier exception handling with panic=unwind,
+/// In case we want to start doing fancier exception handling with panic=unwind,
/// we can revisit this later. For now, this helps to get us good bug reports.
fn rb_bug_panic_hook() {
use std::panic;