From a982952e32aaf77b800c07ac713520df6efcd8ac Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Jul 2018 13:25:59 +0000 Subject: [PATCH] adjust indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;