diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-27 18:12:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-27 18:12:18 -0400 |
commit | cb18fc2190ce909a9256849f9b141148177d4dd4 (patch) | |
tree | 42e2aca11768f5772128b9e504eacc10c779bc89 /src/common/util.h | |
parent | e86ad6b7fb49a497fa75b79bc15d004b02ebd371 (diff) | |
parent | d49711e52c22e77e95c30660f78b19d4f6025d04 (diff) | |
download | tor-cb18fc2190ce909a9256849f9b141148177d4dd4.tar.gz tor-cb18fc2190ce909a9256849f9b141148177d4dd4.zip |
Merge commit 'origin/maint-0.2.1'
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 7fb540b3d2..18033f39df 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. * |