Documentation updates
[senf.git] / Packets / Mainpage.dox
index 18a835d..1c551fd 100644 (file)
     eth.find<UDPPacket>() == udp;       // true
 
     udp.find<EthernetPacket>();         // throws InvalidPacketChainException
-    udp.find<EthernetPacket>(senf::nothrow); // An in-valid senf::Packet which tests as 'false'
+    udp.find<EthernetPacket>(senf::nothrow); // An in-valid() senf::Packet which tests as 'false'
     udp.find<UDPPacket()> == udp;       // true
     udp.first<IPv4Packet>();            // throws InvalidPacketChainException