aboutsummaryrefslogtreecommitdiffstats
path: root/vm_debug.h
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-07-09 18:14:53 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-07-09 18:14:53 +0900
commitaddbb7d16e952e87133f210b3fc612e38a37c369 (patch)
treecfe23ff75ed7702c3cbdbe5b84a5ea6130ebefd5 /vm_debug.h
parentcb0404cc51c83cd6f5a1f0dd3874cfdeaf3aa552 (diff)
downloadruby-addbb7d16e952e87133f210b3fc612e38a37c369.tar.gz
Fix typos [ci skip]
Diffstat (limited to 'vm_debug.h')
-rw-r--r--vm_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_debug.h b/vm_debug.h
index fbfcb05a68..9b4fb3db7b 100644
--- a/vm_debug.h
+++ b/vm_debug.h
@@ -69,9 +69,9 @@ RUBY_SYMBOL_EXPORT_END
* # It will help if the timing is important.
* RUBY_DEBUG_LOG=mem
*
- * RUBY_DEBUG_LOG_FILTER environment variable can specify the fileter string.
+ * RUBY_DEBUG_LOG_FILTER environment variable can specify the filter string.
* If "(3) __func__ in C (message title)" contains the specified string, the
- * infomation will be stored (example: RUBY_DEBUG_LOG_FILTER=str will enable
+ * information will be stored (example: RUBY_DEBUG_LOG_FILTER=str will enable
* only on str related information).
*
* In a MRI source code, you can use the following macros: