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
commita982952e32aaf77b800c07ac713520df6efcd8ac (patch)
tree71b39b14a0d5422a2daf66e56d6a266cec4cd3f6 /cont.c
parent66bda1824ad049050789c65b98b3f6e25c823533 (diff)
downloadruby-a982952e32aaf77b800c07ac713520df6efcd8ac.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;