1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2021-12-25 10:33:49 +09:00
parent d100c91445
commit 04f07713d1
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
7 changed files with 12 additions and 12 deletions

View file

@ -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