From d07fcea0ebcf80a9f84875166d045b6f27756dfc Mon Sep 17 00:00:00 2001 From: edef Date: Fri, 2 Dec 2016 15:27:02 -0500 Subject: [PATCH] bound fail again -> bound to fail again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 702dc53..6a8c5cf 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ You might ask, "but what about [mioco][]?" The mioco library uses the [context][ implement context switches, which is little more than a wrapper of [boost::context][boostcontext]. The boost::context library changes undocumented fields in the [TIB][] during every context switch to try and work around the restrictions placed by the Windows platform ABI. This has -[failed before][tibfail] and it is bound fail again, breaking existing code that uses +[failed before][tibfail] and it is bound to fail again, breaking existing code that uses boost::context in unexpected and complicated ways. The authors of libfringe consider this unacceptable.