X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=05d8f5ca9af750263ecd28a15f73e7e0caa0ff0d;hp=aa3fcbb9e991652b9c77d5d1a07b438a91e4c651;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=65399c6f0f45561c8d93c521ca63d13f564ca1cb diff --git a/net.c b/net.c index aa3fcbb9..05d8f5ca 100644 --- a/net.c +++ b/net.c @@ -48,7 +48,7 @@ * \param netmask Value of the netmask part in \a cidr or the * default of 32 if not specified. * - * \return Pointer to \a addr if succesful, NULL on error. + * \return Pointer to \a addr if successful, NULL on error. * \sa RFC 4632 */ char *parse_cidr(const char *cidr, @@ -601,7 +601,7 @@ static inline int estimated_header_overhead(const int af_type) * * \param sockfd The socket file descriptor. * - * The socket must be connected. See RFC 1122, 3.3.3. If the protocol familiy + * The socket must be connected. See RFC 1122, 3.3.3. If the protocol family * could not be determined, \p AF_INET is assumed. * * \return The maximum message size of the address family type.