X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketType.ct;h=021028871e6e4c1d0b82fbcc8c63e97c57661428;hb=961cf85a6abf2b5f0a7958bbfcd8f72e7b32721b;hp=ab693241f0cb5bd04ed9f78480a93547b8684d16;hpb=a0b6f53e5c464c6b84fed30a67fcce32da81012d;p=senf.git diff --git a/senf/Packets/PacketType.ct b/senf/Packets/PacketType.ct index ab69324..0210288 100644 --- a/senf/Packets/PacketType.ct +++ b/senf/Packets/PacketType.ct @@ -38,7 +38,7 @@ prefix_ senf::PacketInterpreterBase::optional_range senf::PacketTypeMixin::nextPacketRange(ConcretePacket const & p) { typename Self::size_type sz (Self::initHeadSize()); - ///\idea This if condition could be replaced with a compile time switch by checking, wether + ///\idea This if condition could be replaced with a compile time switch by checking, whether /// (the function address) Self::initHeadSize is different from PacketTypeBase::initHeadSize if (sz == PacketTypeBase::size_type(-1)) { typename Self::size_type headsz (bytes(p.parser()));