From: Matthew Booth Date: Fri, 30 Oct 2009 15:39:57 +0000 (+0100) Subject: Fix typo in network.c function comments X-Git-Tag: v0.7.3~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9899e08b8d128a165e749f49e00bde31d9ba8ee4;p=thirdparty%2Flibvirt.git Fix typo in network.c function comments * src/util/network.c: fix a few typo --- diff --git a/src/util/network.c b/src/util/network.c index 8581cdc345..abd866c3e0 100644 --- a/src/util/network.c +++ b/src/util/network.c @@ -91,11 +91,11 @@ virSocketParseAddr(const char *val, virSocketAddrPtr addr, int hint) { /* * virSocketParseIpv4Addr: * @val: an IPv4 numeric address - * @addr: the loacation to store the result + * @addr: the location to store the result * * Extract the address storage from an IPv4 numeric address * - * Returns the lenght of the network address or -1 in case of error. + * Returns the length of the network address or -1 in case of error. */ int virSocketParseIpv4Addr(const char *val, virSocketAddrPtr addr) { @@ -105,11 +105,11 @@ virSocketParseIpv4Addr(const char *val, virSocketAddrPtr addr) { /* * virSocketParseIpv6Addr: * @val: an IPv6 numeric address - * @addr: the loacation to store the result + * @addr: the location to store the result * * Extract the address storage from an IPv6 numeric address * - * Returns the lenght of the network address or -1 in case of error. + * Returns the length of the network address or -1 in case of error. */ int virSocketParseIpv6Addr(const char *val, virSocketAddrPtr addr) {