SConstruct: added NDEBUG and BOOST_DISABLE_ASSERTS on final build
[senf.git] / senf / Packets / PacketImpl.hh
index 5679aa2..0b4f905 100644 (file)
@@ -78,7 +78,7 @@ namespace senf {
 
         Fast annotations are considerable faster than complex and slow annotations. However, only
         annotations which do not need constructor or destructor calls and which may be
-        zero-initialized (on the memory level) are elegible as fast annotations.
+        zero-initialized (on the memory level) are legible as fast annotations.
 
         It is thus desirable to eliminate any complex and slow annotations, if possible. To optimize
         the annotation system, you may take the following steps: