summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-11-27 21:14:07 -0500
committerPeter Zhu <peter@peterzhu.ca>2025-11-27 18:23:56 -0800
commit404e6aa9b5e56b094b50f54c00487e5a7bfdf142 (patch)
tree7e58924554c5a6eb5315814e13ff265c79f44fbb
parent5e2e45fc242b79e844754691ad106c463ebb6251 (diff)
[DOC] Fix typo in rb_debug_inspector_current_depth
-rw-r--r--include/ruby/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/debug.h b/include/ruby/debug.h
index 0a9f693951..547d5d94c4 100644
--- a/include/ruby/debug.h
+++ b/include/ruby/debug.h
@@ -297,7 +297,7 @@ VALUE rb_debug_inspector_frame_depth(const rb_debug_inspector_t *dc, long index)
#define RB_DEBUG_INSPECTOR_FRAME_DEPTH(dc, index) rb_debug_inspector_frame_depth(dc, index)
/**
- * Return current frmae depth.
+ * Return current frame depth.
*
* @retval The depth of the current frame in Integer.
*/