* src/bridge.c: fix a typo in a comment
Daniel
This commit is contained in:
Daniel Veillard 2008-03-14 15:31:08 +00:00
parent a7892ee000
commit 62b4c870aa
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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.