aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-03 13:25:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-03 13:25:59 +0000
commit1531c583c0bcf0cb5c1a6d4dee4e9cc3e46c5429 (patch)
tree71b39b14a0d5422a2daf66e56d6a266cec4cd3f6 /cont.c
parent4b6a5a588359f31c1722c20f08d059d832f14a57 (diff)
downloadruby-1531c583c0bcf0cb5c1a6d4dee4e9cc3e46c5429.tar.gz
adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index d1356efaa8..082b47dae2 100644
--- a/cont.c
+++ b/cont.c
@@ -149,7 +149,7 @@ fiber_context_create(ucontext_t *context, void (*func)(), void *arg, void *ptr,
/*
* getcontext() may fail by some reasons:
* 1. SELinux policy banned one of "rt_sigprocmask",
- * "sigprocmask" or "swapcontext";
+ * "sigprocmask" or "swapcontext";
* 2. libseccomp (aka. syscall filter) banned one of them.
*/
context->uc_link = NULL;