Skip to content

Commit

Permalink
Merge branch 'patch-2' of git://github.com/yuvallanger/cjdns into cra…
Browse files Browse the repository at this point in the history
…shey
  • Loading branch information
cjdelisle committed Apr 24, 2015
2 parents 754ed69 + c0ae18f commit b761f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.md
Expand Up @@ -43,7 +43,7 @@ Assert.h
Lining your code with assertions is great! You'll find a few macros in Assert.h
to help you. If an assertion is cheap or in a cold codepath or you otherwise feel
it's important that it's never skipped, use `Assert_true()`, if you want the
asserion to be skipped on small hardware where `-DPARANOIA` is disabled, use
assertion to be skipped on small hardware where `-DPARANOIA` is disabled, use
`Assert_ifParanoid()`, if your assertion might be triggered by "bad nodes" in a
realistic network and is for simulation only, use `Assert_ifTesting()` and it
will only be included if `-DTESTING` is passed. If your assertion has
Expand Down

0 comments on commit b761f1a

Please sign in to comment.