summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-25 10:33:49 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-25 10:33:49 +0900
commit04f07713d19cbde1f2d23d7f3b2318a0a84bab5b (patch)
tree216e664d3aae783d13ae116a1adac38e15d3c2de /include
parentd100c91445529395d208bb8ff46914670935afa9 (diff)
Fix typos [ci skip]
Diffstat (limited to 'include')
-rw-r--r--include/ruby/fiber/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/fiber/scheduler.h b/include/ruby/fiber/scheduler.h
index 14e36ffb3a..3ea52beb95 100644
--- a/include/ruby/fiber/scheduler.h
+++ b/include/ruby/fiber/scheduler.h
@@ -52,7 +52,7 @@ rb_fiber_scheduler_io_result(ssize_t result, int error) {
}
/**
- * Apply an io result to the local thread, returning the value of the orginal
+ * Apply an io result to the local thread, returning the value of the original
* system call that created it and updating `int errno`.
*
* You should not directly try to interpret the result value as it is considered