From 388353c60996583d9b79f072756762b3d3261696 Mon Sep 17 00:00:00 2001
From: dw6 <dw6@wiback.org>
Date: Tue, 11 Dec 2007 11:09:51 +0000
Subject: [PATCH] cleaning

---
 Socket/Protocols/INet/RawInetSocketHandle.cc | 4 ++--
 Socket/Protocols/INet/RawInetSocketHandle.hh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Socket/Protocols/INet/RawInetSocketHandle.cc b/Socket/Protocols/INet/RawInetSocketHandle.cc
index 1e16bf565..720a785eb 100644
--- a/Socket/Protocols/INet/RawInetSocketHandle.cc
+++ b/Socket/Protocols/INet/RawInetSocketHandle.cc
@@ -32,7 +32,7 @@
 ///////////////////////////////cc.p////////////////////////////////////////
 
 ///////////////////////////////////////////////////////////////////////////
-// senf::UDPv4SocketProtocol
+// senf::RawV4SocketProtocol
 
 prefix_ void senf::RawV4SocketProtocol::init_client()
     const
@@ -65,7 +65,7 @@ prefix_ std::auto_ptr<senf::SocketProtocol> senf::RawV4SocketProtocol::clone()
 }
 
 ///////////////////////////////////////////////////////////////////////////
-// senf::UDPv6SocketProtocol::
+// senf::RawV6SocketProtocol::
 
 prefix_ void senf::RawV6SocketProtocol::init_client()
     const
diff --git a/Socket/Protocols/INet/RawInetSocketHandle.hh b/Socket/Protocols/INet/RawInetSocketHandle.hh
index 13d180f8e..0f8f5d4a3 100644
--- a/Socket/Protocols/INet/RawInetSocketHandle.hh
+++ b/Socket/Protocols/INet/RawInetSocketHandle.hh
@@ -136,10 +136,10 @@ namespace senf {
         \par Address Type:
             INet6Address
 
-        RawV6SocketProtocol provides an internet protocol stream socket based on IPv6 addressing.
+        RawV6SocketProtocol provides an internet protocol raw socket based on IPv6 addressing.
         This socket will put data written to it onto the IPv6 layer: if you call writeto don't inlude the header!
         On the other hand `read` will return the packet data on top of the IPv6 layer, excluding the IP header. 
-        NB: This behaviour is differs from the behaviour of IPv4 RAW sockets. 
+        Note: This behaviour is differs from the behaviour of IPv4 RAW sockets. 
 
         This class is utilized as the protocol class of the ProtocolClientSocketHandle
         via the Socket Handle typedefs above.
-- 
GitLab