Skip to content

Commit 5c9b4b3

Browse files
authored
Merge pull request joeduffy#21 from stefanobaghino/patch-3
Fix typo in "Safe native code"
2 parents d7eec6b + cb3ef1a commit 5c9b4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-12-19-safe-native-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ instance, see [this study](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.
684684
had some ways to combat the usual problems, like long pause times. I'll go through those in a future post, however.
685685
For now, let's stick to the realm of code quality.
686686

687-
The first top-level decision is: *conservative* or *precise*? A conserative collector is easier to wedge into an
687+
The first top-level decision is: *conservative* or *precise*? A conservative collector is easier to wedge into an
688688
existing system, however it can cause troubles in certain areas. It often needs to scan more of the heap to get the
689689
same job done. And it can falsely keep objects alive. We felt both were unacceptable for a systems programming
690690
environment. It was an easy, quick decision: we sought precision.

0 commit comments

Comments
 (0)