summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDerek Argueta <deargueta@tesla.com>2020-04-05 13:56:11 -0700
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-04-06 11:29:12 +1200
commitba3eccd9b5e99ce893ae06bada5c279962c5c232 (patch)
tree7fd6aa29df993a23cbefa1ec59203738e37e0932 /include
parent0e02c3b7c246ca3d6fca10654431f9811b5aeaa0 (diff)
fix typo in documentation
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3005
Diffstat (limited to 'include')
-rw-r--r--include/ruby/thread_native.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/thread_native.h b/include/ruby/thread_native.h
index 8e500c5a13..92405a6e88 100644
--- a/include/ruby/thread_native.h
+++ b/include/ruby/thread_native.h
@@ -16,7 +16,7 @@
* This file contains wrapper APIs for native thread primitives
* which Ruby interpreter uses.
*
- * Now, we only suppors pthread and Windows threads.
+ * Now, we only support pthread and Windows threads.
*
* If you want to use Ruby's Mutex and so on to synchronize Ruby Threads,
* please use Mutex directly.