Packet: some (802.11) packet optimizations
[senf.git] / senf / Packets / PacketType.ct
index ab69324..0210288 100644 (file)
@@ -38,7 +38,7 @@ prefix_ senf::PacketInterpreterBase::optional_range
 senf::PacketTypeMixin<Self,void>::nextPacketRange(ConcretePacket<Self> 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()));