diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-27 17:55:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-27 17:55:51 -0400 |
commit | ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0 (patch) | |
tree | ec878942a37b05ee542606c1ee6ebe42c6b43d15 /src/common/util.h | |
parent | f0453c45c8c3963762b208cfe4f6fb2e1e96cc34 (diff) | |
download | tor-ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0.tar tor-ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0.tar.gz |
Spell-check Tor.
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index 6d59754d9..dca2f86cd 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -29,7 +29,7 @@ */ #ifdef NDEBUG /* Nobody should ever want to build with NDEBUG set. 99% of our asserts will - * be outside the critical path anyway, so it's silly to disable bugchecking + * be outside the critical path anyway, so it's silly to disable bug-checking * throughout the entire program just because a few asserts are slowing you * down. Profile, optimize the critical path, and keep debugging on. * |