Better comment description
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Thu, 21 Jul 2011 00:26:43 +0000 (21:26 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Thu, 21 Jul 2011 00:26:43 +0000 (21:26 -0300)
src/icmp/icmppinger.h

index 54564e7..ee38a51 100644 (file)
@@ -21,7 +21,7 @@ class IcmpPacket;
 //-----------------------------------------------------------------------------
 
 /**
- * @brief This class performs ping to host using Boost Asio.
+ * @brief This class performs an ICMP ping to host using Boost Asio.
  * Scope: one object per host.
  */
 class IcmpPinger : public Pinger