From b46531457666c5bac7a9d5b28cb0481e155e2419 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Feb 2016 07:15:49 -0500 Subject: fix typo --- public/java-segfault-redux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/java-segfault-redux.md b/public/java-segfault-redux.md index be403ba..85e92eb 100644 --- a/public/java-segfault-redux.md +++ b/public/java-segfault-redux.md @@ -216,8 +216,8 @@ longer has this bug, and it's not using my workaround. So, how did the WPILib developers fix it? Well, the code now lives [in git at collab.net][git], so I decided to -take a look. They put a mutex around all accesses to to `image`, -which should have been the obvious solution to me. +take a look. They put a mutex around all accesses to `image`, which +should have been the obvious solution to me. [original]: ./java-segfault.html [HN]: https://news.ycombinator.com/item?id=9283571 -- cgit v1.2.3