X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketImpl.hh;h=0b4f905284ea90f5ce8cd251708ae483dbe7b022;hb=73a2b9252afa039e5e8d0cace3f658478b696483;hp=5679aa2de974c49168419175156b7fbf8dc576f3;hpb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;p=senf.git diff --git a/senf/Packets/PacketImpl.hh b/senf/Packets/PacketImpl.hh index 5679aa2..0b4f905 100644 --- a/senf/Packets/PacketImpl.hh +++ b/senf/Packets/PacketImpl.hh @@ -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: