summaryrefslogtreecommitdiff
path: root/ext/coverage
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-02 18:29:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-02 19:17:37 +0900
commita2024081805af4e729bea029abb7bbe7c383dce2 (patch)
treea7a46007a44e6ca541980aaa9bd65950d9f277c6 /ext/coverage
parentc2dcaa73626ab7a44dcc357d9751d9e2285d56ba (diff)
downloadruby-a2024081805af4e729bea029abb7bbe7c383dce2.tar.gz
Fix typos
Diffstat (limited to 'ext/coverage')
-rw-r--r--ext/coverage/coverage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/coverage/coverage.c b/ext/coverage/coverage.c
index f948f62307..3dc2490d40 100644
--- a/ext/coverage/coverage.c
+++ b/ext/coverage/coverage.c
@@ -348,7 +348,7 @@ clear_me2counter_i(VALUE key, VALUE value, VALUE unused)
* Coverage.suspend => nil
*
* Suspend the coverage measurement.
- * You can use Coverage.resumt to restart the measurement.
+ * You can use Coverage.resume to restart the measurement.
*/
VALUE
rb_coverage_suspend(VALUE klass)