X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FGenericAddressingPolicy.hh;h=9094879e7bba9913a23a9146338e132b951f3576;hb=9a988902090d28007578e93bffd809f6bd913155;hp=7eeed123dbb8cbde6d9802b106fdc13a4b0dee7f;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/GenericAddressingPolicy.hh b/Socket/GenericAddressingPolicy.hh index 7eeed12..9094879 100644 --- a/Socket/GenericAddressingPolicy.hh +++ b/Socket/GenericAddressingPolicy.hh @@ -41,7 +41,7 @@ namespace senf { /// \addtogroup policy_impl_group /// @{ - /** \brief Non-template implemenatation class of GenericAddressingPolicy template + /** \brief Non-template implementation class of GenericAddressingPolicy template \internal */ @@ -74,8 +74,8 @@ namespace senf { members. sockaddr_p could always return a const * whereas open_sockaddr_p should return a non-const pointer. The close operation would then explicitly signal, that the new value should be incorporated into the class. With our current implementation, the close member - would be a no-op, however this ould free us from using the sockaddr values as a direct - sotrage representation of the address. + would be a no-op, however this should free us from using the sockaddr values as a direct + storage representation of the address. */ template struct GenericAddressingPolicy @@ -103,7 +103,7 @@ namespace senf { communication policy is ConnectedCommunicationPolicy. \param[in] handle socket handle - \param[in] address address of remote peer to connect + \param[in] addr address of remote peer to connect to */ static void bind(FileHandle handle, Address const & addr); ///< Set local socket address