Packets: extended description of bad_cast exception in Packet.as()
[senf.git] / senf / Packets / 80211Bundle / InformationElements.hh
index d8bce47..92c79f7 100644 (file)
@@ -30,7 +30,7 @@
 #include <senf/Packets/Packets.hh>
 
 //#include "InformationElements.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -71,7 +71,7 @@ namespace senf {
     #   include SENF_PARSER()
         SENF_PARSER_INHERIT  ( WLANInfoElementParser               );
         // we just skip the value here. If somebody needs the information he has to implement
-        // this strange information element hisself.
+        // this strange information element himself.
         SENF_PARSER_SKIP     ( length(), 0                         );
         SENF_PARSER_FINALIZE ( WLANSupportedRatesInfoElementParser );
 
@@ -101,7 +101,7 @@ namespace senf {
     };
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "InformationElements.cci"
 //#include "InformationElements.ct"
 //#include "InformationElements.cti"