X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FVectorParser.hh;h=66c03f534490b38bbe6492ec4cc3d2c703e64ba5;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=31909cd1e9b31d07c698c83de208a8ce1f6288d9;hpb=e9816d699770dea77c989c97ef53bf2266ce7b6b;p=senf.git diff --git a/senf/Packets/VectorParser.hh b/senf/Packets/VectorParser.hh index 31909cd..66c03f5 100644 --- a/senf/Packets/VectorParser.hh +++ b/senf/Packets/VectorParser.hh @@ -120,7 +120,7 @@ namespace senf { This is the container wrapper used for vector parsers. The container wrapper will stay valid after changing the collection. However the container still depends on the packet and will be invalidated if the Packet is deallocated or if the packet size is changed from without the - container wrapper (more precisely, it is invalided if the insertion/deletion happens before + container wrapper (more precisely, it is invalidated if the insertion/deletion happens before the vector in the packet data). The vector container wrapper provides a complete STL random-access sequence interface.