diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-28 07:15:49 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-28 07:15:49 -0500 |
commit | b46531457666c5bac7a9d5b28cb0481e155e2419 (patch) | |
tree | a9124a31272952db57fc9db1852d13129f006cd5 | |
parent | 7115b71c353c004dbfe70a0d96012a2213e77405 (diff) |
fix typo
-rw-r--r-- | public/java-segfault-redux.md | 4 |
1 files 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 |