]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
typo
authorDaniel Veillard <veillard@redhat.com>
Fri, 14 Mar 2008 15:31:08 +0000 (15:31 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 14 Mar 2008 15:31:08 +0000 (15:31 +0000)
* src/bridge.c: fix a typo in a comment
Daniel

ChangeLog
src/bridge.c

index c05c39978b7af5ef4e438329905a5ebb2379ae5e..257954988da11ff59250f47698ac67bd88774061 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 14 16:30:27 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+       * src/bridge.c: fix a typo in a comment
+
 Fri Mar 14 16:19:21 CET 2008 Daniel Veillard <veillard@redhat.com>
 
        * qemud/qemud.c src/virsh.c: fixing some user facing strings
index 054dfd369829a1fdea9b40f6c57dedc613a37111..8ea99af004dfe78d2089b142904c94d122dc842b 100644 (file)
@@ -303,7 +303,7 @@ brDeleteInterface(brControl *ctl ATTRIBUTE_UNUSED,
  * @maxlen: size of @ifname array
  * @tapfd: file descriptor return value for the new tap device
  *
- * This function reates a new tap device on a bridge. @ifname can be either
+ * This function creates a new tap device on a bridge. @ifname can be either
  * a fixed name or a name template with '%d' for dynamic name allocation.
  * in either case the final name for the bridge will be stored in @ifname
  * and the associated file descriptor in @tapfd.