X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.c;h=05d8f5ca9af750263ecd28a15f73e7e0caa0ff0d;hb=72468e97b630d07e3ccf982631f5f3ba2c3d9409;hp=aa3fcbb9e991652b9c77d5d1a07b438a91e4c651;hpb=c560bc7384fce57898044c77274e9701bc47acec;p=paraslash.git 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.