]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix typo in network.c function comments
authorMatthew Booth <mbooth@redhat.com>
Fri, 30 Oct 2009 15:39:57 +0000 (16:39 +0100)
committerDaniel Veillard <veillard@redhat.com>
Fri, 30 Oct 2009 15:39:57 +0000 (16:39 +0100)
* src/util/network.c: fix a few typo

src/util/network.c

index 8581cdc345130b81e35e8dbe01009bebb3ba13ca..abd866c3e09d0dcecaec3df26f3deeb84fd2708e 100644 (file)
@@ -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) {